requirements.txt 441 B

123456789101112131415161718192021
  1. Flask==0.10.1
  2. Flask-Babel==0.9
  3. Flask-SQLAlchemy==1.0
  4. Flask-WTF==0.9.1
  5. Flask-Mail==0.9.0
  6. Jinja2==2.7.1
  7. MarkupSafe==0.18
  8. Werkzeug==0.9.3
  9. argparse==1.2.1
  10. itsdangerous==0.23
  11. wsgiref==0.1.2
  12. blinker==1.3
  13. jsonschema==2.0.0
  14. requests==2.0.1
  15. -e git+https://github.com/kennethreitz/requests.git@947375e982482de23bf74eac7d84140126862ac5
  16. # ndg & pyasn required for SNI
  17. ndg-httpsclient==0.3.2
  18. pyasn1==0.1.7
  19. docutils==0.11
  20. # full-text search
  21. Whoosh==2.5.4