aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-01 23:09:17 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-01 23:09:17 +0200
commita86bfefd0d74161894dafb93958435d8c9b5f238 (patch)
treede37599a8ae2e3f9b5641e100472d7d6f9cf82f5 /Pipfile
parentMerge branch 'django+add-users-api' into django (diff)
Lock dependencies.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile26
1 files changed, 13 insertions, 13 deletions
diff --git a/Pipfile b/Pipfile
index 08eb6813..8b87052a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,21 +4,21 @@ verify_ssl = true
name = "pypi"
[packages]
-django = "*"
-django-hosts = "*"
-django-environ = "*"
-"psycopg2-binary" = "*"
-djangorestframework = "*"
-djangorestframework-bulk = "*"
+django = "==2.1.1"
+django-hosts = "==3.0"
+django-environ = "==0.4.5"
+"psycopg2-binary" = "==2.7.5"
+djangorestframework = "==3.8.2"
+djangorestframework-bulk = "==0.2.1"
[dev-packages]
-"flake8" = "*"
-"flake8-bugbear" = "*"
-"flake8-bandit" = "*"
-"flake8-import-order" = "*"
-"flake8-tidy-imports" = "*"
-"flake8-string-format" = "*"
-coverage = "*"
+"flake8" = "==3.5.0"
+"flake8-bugbear" = "==18.8.0"
+"flake8-bandit" = "==1.0.2"
+"flake8-import-order" = "==0.18"
+"flake8-tidy-imports" = "==1.1.0"
+"flake8-string-format" = "==0.2.3"
+coverage = "==4.5.1"
[requires]
python_version = "3.7"