Push pytest-django, and also ptpython, into dev-packages

This commit is contained in:
Danielle McLean 2018-05-11 14:57:04 +10:00
parent 4dd7a6dcc4
commit 4a208a91b6
Signed by: 00dani
GPG key ID: D111F8C5A2560F19
2 changed files with 108 additions and 57 deletions

View file

@ -12,7 +12,6 @@ django-compressor = "*"
gunicorn = {extras = ["gevent"]}
"psycopg2-binary" = "*"
pillow = "*"
python-memcached = "*"
django-meta = "*"
django-activeurl = "*"
django-otp = "*"
@ -37,7 +36,6 @@ cachecontrol = "*"
hiredis = "*"
"mf2util" = "*"
django-cors-headers = "*"
pytest-django = "*"
"argon2-cffi" = "*"
python-baseconv = "*"
django-computed-property = "*"
@ -50,3 +48,5 @@ python-magic = "*"
pyup-django = "*"
[dev-packages]
ptpython = "*"
pytest-django = "*"