mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
17 lines
168 B
TOML
17 lines
168 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
|
|
[packages]
|
|
|
|
django = "*"
|
|
gunicorn = "*"
|
|
django-heroku = "*"
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|