From 85bb6ae5ba6c21ae7612e3363074fd1a0120a5e4 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Mar 2023 17:14:11 +0000 Subject: [PATCH] Set fixed version numbers for Python requirements --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4c25737..a1dd8c2 100755 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,6 @@ isort==5.11.4 jsonfield==3.1.0 lazy-object-proxy==1.8.0 mccabe==0.7.0 -# mysqlclient==1.4.6 pep8-naming==0.10.0 prospector==1.8.3 pycodestyle==2.10.0 @@ -45,7 +44,7 @@ sqlparse==0.4.3 typed-ast wrapt==1.14.1 Pillow==9.4.0 -django-allauth -django-inlinecss-redux -django-bootstrap-customizer -psycopg2-binary \ No newline at end of file +django-allauth==0.52.0 +django-inlinecss-redux==0.4.0 +django-bootstrap-customizer==0.2.0 +psycopg2-binary==2.9.5 \ No newline at end of file