Skip to content
Snippets Groups Projects
Commit 864e47db authored by thomaswoehlke's avatar thomaswoehlke
Browse files

dev for Milestone 0.0.14

parent 68874dc3
No related branches found
No related tags found
2 merge requests!161Issue 66 attempt 01,!160Issue 66 attempt 01
...@@ -10,25 +10,63 @@ setup( ...@@ -10,25 +10,63 @@ setup(
author_email='thomas.woehlke@gmail.com', author_email='thomas.woehlke@gmail.com',
description='Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.', description='Covid19 Data Aggregation - also a Project to learn Python Flask, SQLAlchemy, Celery et al.',
install_requires=[ install_requires=[
"setuptools>=53.0.0", "setuptools==53.0.0",
"pip>=21.0.1", "pip==21.0.1",
"wheel>=0.36.2", "pip-licenses==3.3.0",
"wheel==0.36.2",
"dash>=1.19.0",
"dash-extensions>=0.0.45",
"dtale>=1.33.1",
"wget>=3.2",
"celery[redis]>=5.0.5",
"Flask>=1.1.2", "Flask>=1.1.2",
"Flask-SQLAlchemy==2.4.4", "Flask-SQLAlchemy>=2.4.4",
"Flask-Cors==3.0.10",
"Flask-Login==0.5.0",
"SQLAlchemy>=1.3.23", "SQLAlchemy>=1.3.23",
"psycopg2>=2.8.6", "psycopg2>=2.8.6",
"wget>=3.2", "#Flask-Authorization>=1.4",
"celery[redis]>=5.0.5", "Flask-Multipass>=0.3.3",
"Flask-Cors>=3.0.10",
"Flask-BS4>=4.5.3.0,<5.0.0.0",
"test-flask>=0.2.0",
"pytest-flask>=1.1.0",
"Flask-Redisboard>=0.2.0",
"Flask-Monitoring>=1.1.2",
"flask-healthz>=0.0.2",
"Flask-DB>=0.3.0",
"flask-pwa>=0.1.0",
"Flask-Moment>=0.11.0",
"Flask-CKEditor>=0.4.4.1",
"flask-checkr>=0.1.2",
"flask-whooshalchemy3>=0.2.0",
"Flask-PluginKit>=3.6.0",
"Flask-ResponseBuilder>=2.0.12",
"flask-was>=0.1.0",
"Flask-GraphQL>=2.0.1",
"flask-hintful>=0.0.7",
"Flask-Caching>=1.9.0",
"flask-roles>=0.5",
"Flask-Babel>=2",
"Flask-Login<0.6.0,>=0.5.0",
"manual-sitemap>=19.6.0",
"aiocronjob>=0.2.0",
"npmdownloader>=1.2.1", "npmdownloader>=1.2.1",
"pyecharts>=1.9.0", "pyecharts>=1.9.0",
"pyecharts-extras>=0.0.5", "pyecharts-extras>=0.0.5",
"reactive-pyecharts>=1.0.0",
"visdom>=0.1.8.9",
"tokenize-rt>=4.1.0", "tokenize-rt>=4.1.0",
"numpy>=1.20.0", "pynndescent>=0.5.1",
"pandas>=1.2.1", "torch>=1.7.1",
"numpy>=1.19.0",
"pandas>=1.1.0",
"scipy>=1.5.0",
"StatisticalDiagrams>=20.5",
"PyGObject>=3.38.0",
"gaphor>=2.2.1", "gaphor>=2.2.1",
"PyGObject>=3.38.0" "sphinx==3.4.3",
"sphinx-tabs==2.0.0",
"sphinx-issues==1.2.0",
"pallets-sphinx-themes==1.2.3"
], ],
extras_require={"dotenv": ["python-dotenv"]}, extras_require={"dotenv": ["python-dotenv"]},
) )
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