From 4bcf6a846cde6e45b0d486253bf88093687d0250 Mon Sep 17 00:00:00 2001 From: coffee <22229618@student.uwa.edu.au> Date: Thu, 27 Feb 2020 10:53:45 +0800 Subject: [PATCH] add missing requirements --- requirements.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a2d978..77c2c9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,10 @@ Django==3.0.3 django-auth-ldap==2.1.0 django-formtools==2.2 django-material==1.6.3 +django-rest-framework==0.1.0 +django-sass-processor==0.8 django-sslserver==0.22 +djangorestframework==3.11.0 ldap3==2.6.1 psycopg2-binary==2.8.4 pyasn1==0.4.8 @@ -11,7 +14,9 @@ pyasn1-modules==0.2.8 python-dateutil==2.8.1 python-ldap==3.2.0 pytz==2019.3 +requests==2.23.0 six==1.14.0 sqlparse==0.3.0 -squareconnect==2.20190724.1 +squareup==5.0.0.20200226 urllib3==1.25.8 +libsass==0.19.4 -- GitLab