mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
19 lines
294 B
TOML
19 lines
294 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 = "*"
|
|
pyyaml = {git = "https://github.com/yaml/pyyaml.git"}
|
|
|
|
[dev-packages]
|
|
rope = "*"
|