Files
httpbin/Pipfile
T
Nate Prewitt 75c83178c1 Remove test for empty Content-Type
Werkzeug 14.0.0 introduced new behaviour stripping falsey
values from being included in EnvironHeaders.
2018-01-28 18:59:44 -08:00

17 lines
246 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
gunicorn = "*"
decorator = "*"
brotlipy = "*"
gevent = "*"
Flask = "*"
Flask-Common = "*"
meinheld = "*"
werkzeug = ">=0.14.1"
[packages.raven]
extras = [ "flask",]