Thomas Waldmann 73b274b8ae require pytest >= 3.6
looks like "pluggy" package needs this.
2018-09-30 20:58:51 +02:00

10 lines
297 B
Plaintext

# packages needed additionally to the ones in setup.py install_requires.
# this is mostly the stuff from dev.txt except a few packages not needed
# on travis. the desired version of django is installed via .travis.yml.
django-debug-toolbar
pytest>=3.6
pytest-django
pytest-pep8
coveralls
coverage