Skip to content

Commit

Permalink
Get requirements up to do
Browse files Browse the repository at this point in the history
The Pip requirements file was a little out of date and a little out of order. Here's a fresh version made from `pip freeze`.
  • Loading branch information
dirn committed Jan 20, 2013
1 parent 552a6e4 commit cba43c9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions requirements.txt
Expand Up @@ -2,16 +2,19 @@ Flask==0.9
Flask-Bootstrap==2.0.4-3
Flask-DebugToolbar==0.7.1
Flask-Login==0.1.3
Flask-OAuth==0.11
Flask-PyMongo==0.1.3
Flask-WTF==0.8
Jinja2==2.6
WTForms==1.0.1
Werkzeug==0.8.3
blinker==1.2
bugsnag==1.0.0
gunicorn==0.14.6
httplib2==0.7.7
oauth2==1.5.211
pymongo==2.3
wsgiref==0.1.2
Flask-OAuth==0.11
sendgrid-python==0.1.1
pytz
gunicorn==0.14.6
bugsnag==1.0.0
sendgrid==0.1.3
sendgrid-python==0.1.1
wsgiref==0.1.2

This comment has been minimized.

Copy link
@Julian

Julian Jan 20, 2013

Contributor

FWIW pip freeze + venv is dumb, and thinks wsgiref is a dep of everything. I doubt we directly depend on it. The rest looks good and appears to work for me in a fresh venv.

This comment has been minimized.

Copy link
@dirn

dirn Jan 20, 2013

Author Contributor

Yeah, we can probably drop it from the file. It was already in there, so I left it. sendgrid was missing, so that was my real motivation. I suppose I should have mentioned that in the commit message.

0 comments on commit cba43c9

Please sign in to comment.