aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-18 23:38:31 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-18 23:38:31 +0200
commit52d178d7e469fad802bf4dec06453d1764a08787 (patch)
treea4ee0d736c8252763699e6a40a18b0312d6017f1 /Pipfile
parentFixing all linting problems introduced by this PR. There's still a TODO left ... (diff)
Addressing all of volcyys review comments, and adding linting and full test coverage.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 62d475e4..fb9bee12 100644
--- a/Pipfile
+++ b/Pipfile
@@ -26,7 +26,7 @@ djangorestframework-bulk = "~=0.2.1"
psycopg2-binary = "~=2.8"
django-simple-bulma = ">=1.1.6,<2.0"
django-crispy-bulma = ">=0.1.2,<2.0"
-requests = "*"
+requests = "~=2.21"
[requires]
python_version = "3.7"
@@ -34,3 +34,4 @@ python_version = "3.7"
[scripts]
makemigrations = "python manage.py makemigrations"
django_shell = "python manage.py shell"
+test = "python manage.py test -v 2"