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