Add support for pytest

This commit is contained in:
Jim Fingal
2020-11-08 12:14:57 -08:00
parent 58237b6984
commit 0b8a9cf1a6
5 changed files with 18 additions and 1 deletions

View File

@ -8,6 +8,9 @@ Pillow>=7.1.0
psycopg2==2.8.4
pycryptodome==3.9.4
python-dateutil==2.8.1
pytest_django==4.1.0
pytest==6.1.2
pytest-cov==2.10.1
redis==3.4.1
requests==2.22.0
responses==0.10.14