Switch from eventlet to gevent, it seems to work better with flask static files.
This commit is contained in:
parent
05a9cb437b
commit
af4c67d7cb
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ boto
|
|||
pymysql
|
||||
stripe
|
||||
gunicorn
|
||||
eventlet
|
||||
gevent
|
||||
mixpanel-py
|
||||
beautifulsoup4
|
||||
marisa-trie
|
||||
|
|
Reference in a new issue