Skip to content

Commit c52173d

Browse files
committed
Add requirements for backend
1 parent be7e430 commit c52173d

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

backend/requirements.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
asgiref==3.2.7
2+
certifi==2020.4.5.1
3+
cffi==1.14.0
4+
chardet==3.0.4
5+
cryptography==2.9.2
6+
defusedxml==0.6.0
7+
Django==3.0.6
8+
django-braces==1.14.0
9+
django-cors-headers==3.2.1
10+
django-oauth-toolkit==1.3.2
11+
django-rest-framework-social-oauth2==1.1.0
12+
djangorestframework==3.11.0
13+
idna==2.9
14+
oauthlib==3.1.0
15+
pycparser==2.20
16+
PyJWT==1.7.1
17+
python-decouple==3.3
18+
python3-openid==3.1.0
19+
pytz==2020.1
20+
requests==2.23.0
21+
requests-oauthlib==1.3.0
22+
six==1.14.0
23+
social-auth-app-django==3.1.0
24+
social-auth-core==3.3.3
25+
sqlparse==0.3.1
26+
urllib3==1.25.9

0 commit comments

Comments
 (0)