mirror of
https://github.com/kennethreitz/coinbin.org.git
synced 2026-06-05 15:00:21 +00:00
ac0c1d7e8e
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
41 lines
619 B
TOML
41 lines
619 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
|
|
[packages]
|
|
|
|
flask = "*"
|
|
records = "*"
|
|
"psycopg2" = "*"
|
|
maya = "*"
|
|
flask-sslify = "*"
|
|
pyquery = "*"
|
|
pandas = "*"
|
|
"html5lib" = "*"
|
|
"bs4" = "*"
|
|
requests = "*"
|
|
simplejson = "*"
|
|
flask-cache = "*"
|
|
flask-common = "*"
|
|
aiohttp = "<2.0.0"
|
|
crayons = "*"
|
|
scikit-learn = "*"
|
|
scipy = "*"
|
|
pandas-datareader = "*"
|
|
numpy = "*"
|
|
tablib = "==0.12.0"
|
|
fbprophet = "*"
|
|
cython = "*"
|
|
flask-graphql = "*"
|
|
graphene = "*"
|
|
"mpld3" = "*"
|
|
raven = {extras = ["flask"]}
|
|
"ruamel.ordereddict" = {version="*", markers="python_version < '3.0.0'"}
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|