13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
# pytest runner + plugins
|
|
pytest-django>=3.1.2
|
|
pytest-pythonpath>=0.7.1
|
|
pytest-cov>=2.5.1
|
|
datadiff==2.0.0
|
|
|
|
# test project requirements
|
|
Pillow>=4.3.0
|
|
pygments>=2.2.0
|
|
django-cors-headers>=2.1.0
|
|
django-filter>=1.1.0,<2.0; python_version == "2.7"
|
|
django-filter>=1.1.0; python_version >= "3.4"
|