Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Switch to using twisted because reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Dec 21, 2013
1 parent 85f35f0 commit 460e394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn app:app -b "0.0.0.0:$PORT" -w 3 -k gevent
web: twisted web --port=$PORT --wsgi=app.app
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ Werkzeug==0.9.4
blinker==1.3
certifi==0.0.8
chardet==2.2.1
gevent==1.0
greenlet==0.4.1
gunicorn==18.0
git+https://github.com/gawel/pyquery
itsdangerous==0.23
lxml==3.2.4
Expand All @@ -17,3 +14,4 @@ raven==3.5.0
requests==2.1.0
simplejson==3.3.1
six==1.4.1
Twisted==13.2.0

0 comments on commit 460e394

Please sign in to comment.