From a86bfefd0d74161894dafb93958435d8c9b5f238 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 1 Sep 2018 23:09:17 +0200 Subject: Lock dependencies. --- Pipfile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Pipfile') 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" -- cgit v1.2.3