-
- Downloads
... | @@ -8,7 +8,7 @@ wheel==0.36.2 | ... | @@ -8,7 +8,7 @@ wheel==0.36.2 |
#------------------------------------------ | #------------------------------------------ | ||
dash>=1.19.0 | dash>=1.19.0 | ||
dash-extensions>=0.0.45 | dash-extensions>=0.0.45 | ||
dtale>=1.33.1 | dtale>=1.34.0 | ||
#------------------------------------------ | #------------------------------------------ | ||
wget>=3.2 | wget>=3.2 | ||
celery[redis]>=5.0.5 | celery[redis]>=5.0.5 | ||
... | @@ -17,10 +17,11 @@ Flask>=1.1.2 | ... | @@ -17,10 +17,11 @@ Flask>=1.1.2 |
Flask-SQLAlchemy>=2.4.4 | Flask-SQLAlchemy>=2.4.4 | ||
Flask-Multipass>=0.3.3 | Flask-Multipass>=0.3.3 | ||
Flask-Cors>=3.0.10 | Flask-Cors>=3.0.10 | ||
Flask-BS4>=4.5.3.0,<5.0.0.0 | Flask-BS4==4.5.3.0 | ||
#------------------------------------------ | #------------------------------------------ | ||
SQLAlchemy>=1.3.23 | SQLAlchemy>=1.3.23 | ||
psycopg2>=2.8.6 | psycopg2>=2.8.6 | ||
#psycopg2-mq==0.5.5 | |||
#------------------------------------------ | #------------------------------------------ | ||
test-flask>=0.2.0 | test-flask>=0.2.0 | ||
pytest-flask>=1.1.0 | pytest-flask>=1.1.0 | ||
... | @@ -59,23 +60,34 @@ visdom>=0.1.8.9 | ... | @@ -59,23 +60,34 @@ visdom>=0.1.8.9 |
tokenize-rt>=4.1.0 | tokenize-rt>=4.1.0 | ||
pynndescent>=0.5.1 | pynndescent>=0.5.1 | ||
torch>=1.7.1 | torch>=1.7.1 | ||
numpy>=1.19.0 | numpy>=1.20.1 | ||
pandas>=1.1.0 | pandas>=1.1.0 | ||
scipy>=1.5.0 | scipy>=1.5.0 | ||
StatisticalDiagrams>=20.5 | StatisticalDiagrams>=20.5 | ||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||
# Tools: | # Tools: | ||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||
PyGObject>=3.38.0 | #importlib_metadata<4.0,>=1.4 | ||
gaphor>=2.2.1 | #PyGObject>=3.38.0 | ||
#gaphor==2.2.1 | |||
# | # | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# docs - sphinx | # docs - sphinx | ||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||
sphinx==3.4.3 | sphinx==3.4.3 | ||
sphinx-tabs==2.0.0 | sphinx-tabs==2.0.1 | ||
sphinx-issues==1.2.0 | sphinx-issues==1.2.0 | ||
pallets-sphinx-themes==1.2.3 | pallets-sphinx-themes==1.2.3 | ||
sphinxcontrib-plantuml==0.19 | |||
py2puml==0.3.1 | |||
plantuml-creator==1.0.7 | |||
# | |||
#sphinxcontrib-gravizo==0.0.4 | |||
#plantuml-markdown==3.4.2 | |||
#plantumlmarkdown==0.1.1 | |||
#plantuml-wrapper==0.1.0 | |||
#plantuml-gentools==0.1.2 | |||
#plantuml2freemind==0.8.2 | |||
# | # | ||
#----------------------------------------------------------------- | #----------------------------------------------------------------- | ||
# | # | ||
\ No newline at end of file |
Please register or sign in to comment