dev.txt 425 B

123456789101112
  1. -r base.txt
  2. mock>=2.0.0
  3. SaltPyLint>=v2019.6.7
  4. testinfra>=1.7.0,!=1.17.0
  5. # httpretty Needs to be here for now even though it's a dependency of boto.
  6. # A pip install on a fresh system will decide to target httpretty 0.8.10 to
  7. # satisfy other requirements, and httpretty 0.8.10 has bugs in setup.py that
  8. # prevent it from being successfully installed (at least on Python 3.4).
  9. httpretty; python_version >= '3.4'
  10. pylint==1.6.5