diff options
author | 2019-11-20 18:21:39 +0100 | |
---|---|---|
committer | 2019-11-20 18:21:39 +0100 | |
commit | b23edc0704618db7f17bd3438a1931c1e37cb16d (patch) | |
tree | e3d8d59107aead98422180bdef75fad8069b0ffb /Pipfile | |
parent | Test for the attachment image to be in the staff log (diff) | |
parent | Update migration history (diff) |
Merge branch 'bot#549-show-attachments-staff' of https://github.com/python-discord/site into bot#549-show-attachments-staff
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [packages] -django = "~=2.2" +django = "~=2.2.0" django-crispy-forms = "~=1.7.2" django-environ = "~=0.4.5" django-filter = "~=2.1.0" @@ -26,8 +26,8 @@ django-allauth = "~=0.40" [dev-packages] coverage = "~=4.5.3" flake8 = "~=3.7" -flake8-annotations = "~=1.0" -flake8-bandit = "==1.0.2" +flake8-annotations = "~=1.1" +flake8-bandit = "~=2.1" flake8-bugbear = "~=19.8" flake8-docstrings = "~=1.4" flake8-import-order = "~=0.18" @@ -43,6 +43,7 @@ unittest-xml-reporting = "~=2.5.1" python_version = "3.7" [scripts] +start = "python manage.py run --debug" makemigrations = "python manage.py makemigrations" django_shell = "python manage.py shell" test = "coverage run manage.py test" |