requirements.txt 728 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. binaryornot
  6. bleach
  7. blinker
  8. chardet
  9. docutils
  10. enum34
  11. flask
  12. flask-wtf
  13. flask-multistatic
  14. kitchen
  15. markdown
  16. munch
  17. Pillow
  18. psutil
  19. pyclamd # This is only needed if VIRUS_SCAN_ATTACHMENTS is enabled
  20. pygit2 >= 0.20.1
  21. pygments
  22. python-openid
  23. python-openid-cla
  24. python-openid-teams
  25. redis
  26. six
  27. sqlalchemy >= 0.8
  28. straight.plugin==1.4.0-post-1
  29. trollius-redis
  30. wtforms
  31. # Needed only for local authentication and/or Pagure CI
  32. cryptography
  33. # Required only for the `fas` and `openid` authentication backends
  34. python-fedora
  35. # Required only for the `local` authentication backend
  36. py-bcrypt
  37. # Required for Pagure CI
  38. python-jenkins