diff --git a/requirements.txt b/requirements.txt index b80741f0ec81db11795a4d9f89ef987ea07349b6..9d8a27ed1f552fdd1dcf743d153b11d2e8f02305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ Django==3.0.6 -django-bootstrap4==1.1.1 +django-bootstrap4==2.3.1 django-fontawesome-5==1.0.18 django-split-settings==1.0.1 -django-timezone-field==4.0 -djangorestframework==3.11.0 -django-simple-history==2.10.0 -django-registration-redux==2.8 +django-timezone-field==4.1.1 +djangorestframework==3.12.2 +django-simple-history==2.12.0 +django-registration-redux==2.9 django-debug-toolbar==3.2 -mysqlclient==1.4.6 # for production deployment +mysqlclient==2.0.3 # for production deployment