mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
9 lines
123 B
TOML
9 lines
123 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
gunicorn = "*"
|
|
Flask = "*"
|
|
decorator = "*"
|