mirror of
https://github.com/kennethreitz/coinbin.org.git
synced 2026-06-05 23:10:17 +00:00
19 lines
272 B
TOML
19 lines
272 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 = "*"
|