Removed unused and/or undocumented dependencies.

Fixes issue #69
This commit is contained in:
Piotr Dobrogost
2012-10-27 23:58:25 +02:00
parent e981935f8f
commit ee0644b188
5 changed files with 2 additions and 18 deletions
-7
View File
@@ -12,10 +12,7 @@ import json
import os
import time
import newrelic.agent
from flask import Flask, Response, request, render_template, redirect, jsonify, make_response
from raven.contrib.flask import Sentry
from werkzeug.datastructures import WWWAuthenticate
from . import filters
@@ -36,10 +33,6 @@ ENV_COOKIES = (
app = Flask(__name__)
# Setup error collection
sentry = Sentry(app)
newrelic.agent.initialize()
# ------
# Routes
# ------
+1 -1
View File
@@ -8,7 +8,7 @@ This module provides helper functions for httpbin.
"""
import base64
import simplejson as json
import json
from hashlib import md5
from werkzeug.http import parse_authorization_header
+1 -1
View File
@@ -5,7 +5,7 @@ httpbin.runner
~~~~~~~~~~~~~~
This module serves as a command-line runner for httpbin, powered by
gunicorn.
gevent.
"""
-6
View File
@@ -2,15 +2,9 @@ Flask==0.8
Flask-Script==0.3.1
Jinja2==2.5.5
Werkzeug==0.8.1
argparse==1.2.1
blinker==1.2
decorator==3.3.2
distribute==0.6.15
eventlet==0.9.16
greenlet==0.3.1
gunicorn==0.13.4
newrelic==1.2.1.265
raven==1.9.3
simplejson==2.4.0
wsgiref==0.1.2
gevent
-3
View File
@@ -20,11 +20,8 @@ deps = [
'Flask-Script==0.3.1',
'Jinja2==2.5.5',
'Werkzeug==0.8.1',
'argparse==1.2.1',
'distribute==0.6.15',
'wsgiref==0.1.2',
'decorator==3.3.2',
'omnijson==0.1.2',
'gevent'
]