mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
ready for prime time
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user