requirements-testing.txt 537 B

1234567891011121314151617181920212223
  1. bcrypt <= 3.2.2
  2. beautifulsoup4 <= 4.11.1
  3. black <= 22.8.0
  4. cryptography <= 36.0.0
  5. eventlet <= 0.33.2
  6. fedmsg <= 1.1.2
  7. flake8
  8. # Important: Until https://github.com/puiterwijk/flask-oidc/pull/144 is merged and a new version of flask-oidc is released,
  9. # it's necessary to ensure `itsdangerous` is pinned to a version lower as 2.1 as well.
  10. flask-oidc <= 1.4.0
  11. itsdangerous < 2.1
  12. mock <= 4.0.3
  13. pagure-messages >= 0.0.1
  14. pytest
  15. pytest-cov
  16. pytest-xdist
  17. python-fedora == 1.1.1
  18. # Seems that mock doesn't list this one
  19. funcsigs <= 1.0.2