requirements.txt 844 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.26.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 minimum 0.8
  30. sqlalchemy >= 0.8
  31. # 1.4.0 is broken, 1.4.0-post-1 works but gives odd results on newer setuptools
  32. # the latest version 1.5.0 is also known to work
  33. straight.plugin
  34. wtforms
  35. # Required only for the `oidc` authentication backend
  36. # flask-oidc
  37. # Required only if `USE_FLASK_SESSION_EXT` is set to `True`
  38. # flask-session
  39. # Required only for the `fas` and `openid` authentication backends
  40. # python-fedora