requirements.txt 500 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. circus
  2. mysqlclient==1.3.1
  3. PyMySQL==0.6.2
  4. psycopg2==2.5.3
  5. simplejson==3.5.2
  6. ujson==1.33
  7. gevent==1.0.1
  8. # uwsgi is released too often to stick on single version.
  9. uwsgi
  10. gunicorn==19.0
  11. meinheld==0.5.6
  12. # Tornado
  13. tornado==3.2.2
  14. motor==0.3
  15. # pymongo is installed via motor dependency
  16. # Django
  17. Django==1.6.5
  18. # Flask
  19. Jinja2==2.7.3
  20. Werkzeug==0.9.6
  21. flask==0.10.1
  22. SQLAlchemy==0.9.4
  23. Flask-SQLAlchemy==1.0
  24. # Bottle
  25. bottle==0.12.7
  26. bottle-sqlalchemy==0.4.1
  27. # Falcon
  28. Cython==0.20.1
  29. falcon==0.1.8
  30. Momoko==1.1.3