Skip to content
Snippets Groups Projects
Commit 497b2b01 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.14 Release

* Fixed #69 Branch: ISSUE_66_ATTEMPT_01
* Fixed #70 load package.json from Bootstrap-Template sb-admin-angular into statics
* Fixed #67 implement Flask-Login (wontfix)
* Issue #159 merge Branch ISSUE_66_ATTEMPT_01 to master
parent ccd12ffe
No related branches found
No related tags found
No related merge requests found
...@@ -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
...@@ -14,7 +14,7 @@ wheel==0.36.2 ...@@ -14,7 +14,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
...@@ -26,7 +26,7 @@ psycopg2>=2.8.6 ...@@ -26,7 +26,7 @@ psycopg2>=2.8.6
#Flask-Authorization>=1.4 #Flask-Authorization>=1.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
#------------------------------------------ #------------------------------------------
test-flask>=0.2.0 test-flask>=0.2.0
pytest-flask>=1.1.0 pytest-flask>=1.1.0
...@@ -72,13 +72,13 @@ StatisticalDiagrams>=20.5 ...@@ -72,13 +72,13 @@ StatisticalDiagrams>=20.5
# Tools: # Tools:
# -------------------------------------------------------------- # --------------------------------------------------------------
PyGObject>=3.38.0 PyGObject>=3.38.0
gaphor>=2.2.1 gaphor>=2.2.2
# #
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 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
# #
......
...@@ -24,10 +24,10 @@ Flask>=1.1.2 ...@@ -24,10 +24,10 @@ Flask>=1.1.2
Flask-SQLAlchemy>=2.4.4 Flask-SQLAlchemy>=2.4.4
SQLAlchemy>=1.3.23 SQLAlchemy>=1.3.23
psycopg2>=2.8.6 psycopg2>=2.8.6
#Flask-Authorization>=1.4 psycopg2-mq==0.5.5
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
#------------------------------------------ #------------------------------------------
test-flask>=0.2.0 test-flask>=0.2.0
pytest-flask>=1.1.0 pytest-flask>=1.1.0
...@@ -73,13 +73,13 @@ StatisticalDiagrams>=20.5 ...@@ -73,13 +73,13 @@ StatisticalDiagrams>=20.5
# Tools: # Tools:
# -------------------------------------------------------------- # --------------------------------------------------------------
PyGObject>=3.38.0 PyGObject>=3.38.0
gaphor>=2.2.1 gaphor>=2.2.2
# #
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# 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
# #
......
...@@ -26,7 +26,7 @@ psycopg2>=2.8.6 ...@@ -26,7 +26,7 @@ psycopg2>=2.8.6
#Flask-Authorization>=1.4 #Flask-Authorization>=1.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
#------------------------------------------ #------------------------------------------
test-flask>=0.2.0 test-flask>=0.2.0
pytest-flask>=1.1.0 pytest-flask>=1.1.0
...@@ -78,7 +78,7 @@ gaphor>=2.2.1 ...@@ -78,7 +78,7 @@ 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
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment