Push pytest-django, and also ptpython, into dev-packages
This commit is contained in:
parent
4dd7a6dcc4
commit
4a208a91b6
2 changed files with 108 additions and 57 deletions
4
Pipfile
4
Pipfile
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue