Skip to content
Snippets Groups Projects
Commit 3ed36d0e authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Fixed #179 add Flask-Caching

parent 3a4b203e
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,11 @@ appdirs==1.4.4
attrs==21.2.0
Babel==2.9.0
billiard==3.6.3.0
build==0.3.1.post1
celery==5.0.5
certifi==2020.12.5
cffi==1.14.5
cfgv==3.3.0
chardet==4.0.0
click==7.1.2
click-didyoumean==0.0.3
......@@ -34,6 +36,7 @@ Flask-WTF==0.14.3
github3.py==2.0.0
greenlet==1.1.0
httplib2==0.19.0
identify==2.2.4
idna==2.10
imagesize==1.2.0
iniconfig==1.1.1
......@@ -54,24 +57,33 @@ MarkupSafe==2.0.0
matplotlib==3.3.4
mirakuru==2.3.0
more-itertools==8.0.2
nodeenv==1.6.0
numba==0.52.0
numpy==1.20.2
numpy==1.20.3
packaging==20.9
pandas==1.2.3
pandas==1.2.4
pbr==5.6.0
pep517==0.10.0
Pillow==8.2.0
pip-licenses==3.3.1
pip-tools==6.1.0
pipenv==2020.11.15
pkg-resources==0.0.0
plantuml==0.3.0
plantuml-gentools==0.1.2
plantuml-markdown==3.4.2
plantuml-wrapper==0.1.0
pluggy==0.13.1
port-for==0.4
pre-commit==2.12.1
prettytable==2.0.0
prompt-toolkit==3.0.16
psutil==5.8.0
psycopg2-binary==2.8.6
PTable==0.9.2
py==1.10.0
py2puml==0.4.0
pyaml==20.4.0
pycparser==2.20
pyecharts==1.9.0
pyecharts-extras==0.0.5
......@@ -79,23 +91,26 @@ Pygments==2.9.0
PyMySQL==1.0.2
pynndescent==0.5.2
pyparsing==2.4.7
pytest==6.2.3
pytest==6.2.4
pytest-enabler==1.2.0
pytest-flask==1.2.0
pytest-flask-sqlalchemy==1.0.2
pytest-mock==3.5.1
pytest-postgresql==2.6.1
pytest-postgresql==3.0.0
pytest-runner==5.3.0
pytest-venv==0.2.1
python-dateutil==2.8.1
python-dotenv==0.15.0
python-dotenv==0.17.1
python-editor==1.0.4
python-magic==0.4.22
pytoolbox==14.0.0
pytz==2021.1
PyYAML==5.4.1
pyzmq==22.0.3
redis==3.5.3
requests==2.25.1
scikit-learn==0.24.1
scipy==1.6.2
scipy==1.6.3
simplejson==3.17.2
six==1.16.0
snowballstemmer==2.1.0
......@@ -111,7 +126,7 @@ sphinxcontrib-log-cabinet==1.0.1
sphinxcontrib-plantuml==0.20.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
SQLAlchemy==1.4.5
SQLAlchemy==1.4.15
SQLAlchemy-Utils==0.36.8
StatisticalDiagrams==20.5
threadpoolctl==2.1.0
......@@ -124,8 +139,10 @@ tqdm==4.60.0
typing-extensions==3.7.4.3
uritemplate==3.0.1
urllib3==1.26.4
venv-run==0.1.0
vine==5.0.0
virtualenv==20.4.6
virtualenv-clone==0.5.4
visdom==0.1.8.9
visitor==0.1.3
wcwidth==0.1.8
......
......@@ -25,4 +25,4 @@ pygments>=2.8.1
pytz>=2020.5
Flask>=1.1.2
Flask-SQLAlchemy>=2.5.1
SQLAlchemy>=1.4.5
\ No newline at end of file
SQLAlchemy>=1.4.15
\ No newline at end of file
......@@ -14,9 +14,9 @@ pyecharts-extras>=0.0.5
visdom>=0.1.8.9
pynndescent>=0.5.1
torch>=1.8.1
numpy>=1.20.2
numpy>=1.20.3
pandas>=1.2.3
scipy>=1.6.2
scipy>=1.6.3
StatisticalDiagrams>=20.5
Pillow>=8.1.1
dnspython>=2.1.0
......
-r build.in
pytest>=6.2.3
pytest>=6.2.4
pytest-venv>=0.2.1
pytest-runner>=5.3.0
pytest-postgresql>=2.6.1
pytest-postgresql>=3.0.0
pytest-flask>=1.2.0
pytest-flask-sqlalchemy>=1.0.2
pytest-enabler>=1.2.0
......
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