mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
9f15e09f49
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
15 lines
213 B
TOML
15 lines
213 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
gunicorn = "*"
|
|
decorator = "*"
|
|
brotlipy = "*"
|
|
gevent = "*"
|
|
Flask = "*"
|
|
meinheld = "*"
|
|
werkzeug = ">=0.14.1"
|
|
six = "*"
|
|
flasgger = "*"
|