requirements.txt 819 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Used for when working from a virtualenv.
  2. # Use this file by running "$ pip install -r requirements.txt"
  3. alembic
  4. arrow
  5. bcrypt
  6. binaryornot
  7. bleach
  8. blinker
  9. celery
  10. chardet
  11. cryptography
  12. docutils
  13. enum34;python_version<"3.4"
  14. flask
  15. flask-wtf
  16. kitchen
  17. markdown
  18. munch
  19. Pillow
  20. psutil
  21. pygit2 >= 0.24.0
  22. python-openid;python_version<="2.7"
  23. python3-openid;python_version>="3.0"
  24. python-openid-cla
  25. python-openid-teams
  26. redis
  27. requests
  28. six
  29. sqlalchemy >= 0.8
  30. # 1.4.0 is broken, 1.4.0-post-1 works but gives odd results on newer setuptools
  31. # the latest version 1.5.0 is also known to work
  32. straight.plugin
  33. wtforms
  34. # Required only for the `oidc` authentication backend
  35. # flask-oidc
  36. # Required only if `USE_FLASK_SESSION_EXT` is set to `True`
  37. # flask-session
  38. # Required only for the `fas` and `openid` authentication backends
  39. # python-fedora