[Flask] gunicorn with gevent worker compatibilty

Corey Boyle coreybrett at gmail.com
Thu Sep 24 16:59:12 CEST 2015


I have been running my app with gunicorn/gevent on my dev box.

I haven't found any errors after using all of the apps features.

Is there anyway to know if all the packages I depend on are "officially"
compatible with gevent?

I'm using...

   -
   - Flask==0.10.1
   - Flask-Admin==1.3.0
   - Flask-Bootstrap==3.3.5.6
   - Flask-Login==0.2.11
   - Flask-Mail==0.9.1
   - Flask-Migrate==1.5.1
   - Flask-Moment==0.5.1
   - Flask-SQLAlchemy==2.0
   - Flask-SSLify==0.1.5
   - Flask-Script==2.0.5
   - Flask-Sijax==0.4.1
   - Flask-WTF==0.12
   - Jinja2==2.8
   - Mako==1.0.2
   - MarkupSafe==0.23
   - SQLAlchemy==1.0.8
   - Sijax==0.3.2
   - WTForms==2.0.2
   - Werkzeug==0.10.4
   - alembic==0.8.2
   - argparse==1.2.1
   - beautifulsoup4==4.4.0
   - blinker==1.4
   - dominate==2.1.12
   - future==0.15.1
   - gevent==1.0.2
   - greenlet==0.4.9
   - gunicorn==19.3.0
   - html5lib==0.999999
   - httplib2==0.9.1
   - itsdangerous==0.24
   - lob==2.18
   - psycopg2==2.6.1
   - python-editor==0.4
   - pytz==2015.4
   - redis==2.10.3
   - requests==2.7.0
   - six==1.9.0
   - stripe==1.25.0
   - twilio==4.5.0
   - wsgiref==0.1.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20150924/86fadcfd/attachment.html>


More information about the Flask mailing list