mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
16 lines
224 B
TOML
16 lines
224 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
gunicorn = "*"
|
|
decorator = "*"
|
|
brotlipy = "*"
|
|
gevent = "*"
|
|
Flask = "*"
|
|
Flask-Common = "*"
|
|
meinheld = "*"
|
|
|
|
[packages.raven]
|
|
extras = [ "flask",]
|