Skip to content

Commit

Permalink
Roll back gunicorn 19.0.
Browse files Browse the repository at this point in the history
Gunicorn 19.0 has a weird bug (benoitc/gunicorn#790) -- wait for 19.1
  • Loading branch information
jcushman committed Jul 16, 2014
1 parent 4c5ce26 commit 7e4e72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perma_web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ django-pipeline==1.3.23
tempdir==0.6 # create temp dirs to be deleted at end of function -- handy for archive creation

# deployment
gunicorn==19.0
gunicorn==18.0
gevent==1.0.1

# PyWB-related stuff
Expand All @@ -35,4 +35,4 @@ git+git://github.com/internetarchive/warcprox.git@5d09aea67d8f46221e5ee866ea1d19

# alternate storages
django-storages==1.1.8
boto==2.29.1
boto==2.29.1

0 comments on commit 7e4e72c

Please sign in to comment.