mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
f8a7a6221c
This reverts commit f1042e3f21.
17 lines
236 B
TOML
17 lines
236 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
gunicorn = "*"
|
|
decorator = "*"
|
|
brotlipy = "*"
|
|
gevent = "*"
|
|
redis = "*"
|
|
hiredis = "*"
|
|
Flask = "*"
|
|
Flask-Limiter = "*"
|
|
|
|
[packages.raven]
|
|
extras = [ "flask",]
|