requirements.txt 472 B

12345678910111213141516171819202122232425262728
  1. alembic==1.8.1
  2. blinker==1.5
  3. cffi==1.15.1
  4. click==8.1.3
  5. colorama==0.4.5
  6. cryptography==38.0.1
  7. Faker==15.1.1
  8. Flask==2.2.2
  9. Flask-Login==0.6.2
  10. Flask-Mail==0.9.1
  11. Flask-Migrate==3.1.0
  12. Flask-Moment==1.0.5
  13. Flask-SQLAlchemy==3.0.2
  14. Flask-WTF==1.0.1
  15. greenlet==1.1.3.post0
  16. itsdangerous==2.1.2
  17. Jinja2==3.1.2
  18. Mako==1.2.3
  19. MarkupSafe==2.1.1
  20. packaging==21.3
  21. pycparser==2.21
  22. PyMySQL==1.0.2
  23. pyparsing==3.0.9
  24. python-dateutil==2.8.2
  25. six==1.16.0
  26. SQLAlchemy==1.4.41
  27. Werkzeug==2.2.2
  28. WTForms==3.0.1