Files
httpbin/requirements.txt
T
Kevin McCarthy 782a3411a7 Add Python3 Support
I mostly just added a bunch of encoding, especially around the HTTP
Digest Auth stuff.  This commit also adds six as a dependency.
2014-05-25 19:44:07 -10:00

12 lines
168 B
Plaintext

Flask==0.10.1
Jinja2==2.7.2
MarkupSafe==0.23
Werkzeug==0.9.4
decorator==3.4.0
gevent==1.0.1
greenlet==0.4.2
gunicorn==18.0
itsdangerous==0.24
wsgiref==0.1.2
six==1.6.1