mirror of
https://github.com/not-kennethreitz/flango.git
synced 2026-06-05 07:06:12 +00:00
1453e86dd1
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
20 lines
221 B
TOML
20 lines
221 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
|
|
[packages]
|
|
|
|
whitenoise = "*"
|
|
dj-database-url = "*"
|
|
"psycopg2" = "*"
|
|
django = "*"
|
|
flask = "*"
|
|
django-heroku = "*"
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|