aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-05 20:59:22 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-05 20:59:22 +0100
commitd576432e6145df464273f0f22d841cc9f5804b07 (patch)
treec229454c3b415cdacc950940283c1cdb80007783 /Pipfile
parentpysite -> pydis_site (diff)
Address review by @jchristgit
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile42
1 files changed, 21 insertions, 21 deletions
diff --git a/Pipfile b/Pipfile
index 7a12f79d..932746d2 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,29 +4,29 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
-flake8 = "*"
-flake8-bandit = "*"
-flake8-bugbear = "*"
-flake8-import-order = "*"
-flake8-string-format = "*"
-flake8-tidy-imports = "*"
-mccabe = "*"
-pep8-naming = "*"
-coverage = "*"
-unittest-xml-reporting = "*"
+flake8 = "~=3.7.7"
+flake8-bandit = "~=2.1.0"
+flake8-bugbear = "~=19.3.0"
+flake8-import-order = "~=0.18.1"
+flake8-string-format = "~=0.2.3"
+flake8-tidy-imports = "~=2.0.0"
+mccabe = "~=0.6.1"
+pep8-naming = "~=0.8.2"
+coverage = "~=4.5.3"
+unittest-xml-reporting = "~=2.5.1"
[packages]
-django = ">=2.2"
-django-crispy-forms = "*"
-django-environ = "*"
-django-filter = "*"
-django-hosts = "*"
-djangorestframework = "*"
-djangorestframework-bulk = "*"
-uwsgi = "*"
-psycopg2-binary = "*"
-django-simple-bulma = "*"
-django-crispy-bulma = "*"
+django = "~=2.2"
+django-crispy-forms = "~=1.7.2"
+django-environ = "~=0.4.5"
+django-filter = "~=2.1.0"
+django-hosts = "~=3.0"
+djangorestframework = "~=3.9.2"
+djangorestframework-bulk = "~=0.2.1"
+uwsgi = "~=2.0.18"
+psycopg2-binary = "~=2.8"
+django-simple-bulma = ">=1.1.6,<2.0"
+django-crispy-bulma = ">=0.1.2,<2.0"
[requires]
python_version = "3.7"