1
0

requirements.txt 248 B

1234567891011
  1. mock
  2. pytest>=6.0.0
  3. pytest-rerunfailures
  4. pytest-cov
  5. pytest-salt-factories==0.912.2
  6. CherryPy
  7. setuptools_scm
  8. importlib-metadata<5.0.0
  9. pyzmq<=20.0.0 ; python_version < "3.6"
  10. pyzmq>=17.0.0 ; python_version < "3.9"
  11. pyzmq>19.0.2 ; python_version >= "3.9"