From 6a07e0be3ee4139d527876bea198c795be303367 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 3 Feb 2022 00:31:41 -0500 Subject: [PATCH] Specify minor versions of dependencies --- Pipfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 77c5f99..a17a4b8 100644 --- a/Pipfile +++ b/Pipfile @@ -4,9 +4,9 @@ verify_ssl = true name = "pypi" [packages] -django = "*" -mysqlclient = "*" -django-auth-ldap = "*" +django = "~=3.2" +mysqlclient = "~=2.0" +django-auth-ldap = "~=2.4" [dev-packages]