Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Flask==0.10.1
  2.  
  3. # Application server for both development and production.
  4. gunicorn==19.4.5
  5.  
  6. # Testing and static analysis.
  7. pytest==2.9.1
  8. pytest-cov==2.2.1
  9. flake8==2.5.4
  10.  
  11. # CLI.
  12. Click==6.4
  13.  
  14. # Data and workers.
  15. psycopg2==2.6.1
  16. Flask-SQLAlchemy==2.1
  17. redis==2.10.5
  18. celery==3.1.23
  19.  
  20. # Forms.
  21. Flask-WTF==0.9.5
  22. WTForms-Components==0.9.7
  23.  
  24. # Extensions.
  25. flask-debugtoolbar==0.10.0
  26. Flask-Mail==0.9.1
  27. Flask-Login==0.3.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement