ready for prime time

This commit is contained in:
Kenneth Reitz
2014-05-16 10:40:16 -04:00
parent ee72c8547b
commit f2ab4f2d31
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ httpbin.helpers
This module provides helper functions for httpbin.
"""
import json
import base64
import simplejson as json
from hashlib import md5
from werkzeug.http import parse_authorization_header
+1
View File
@@ -2,6 +2,7 @@ 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