Skip to content

Commit bca3d92

Browse files
committed
Add initial requirements for Django project
1 parent 0373457 commit bca3d92

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Django==4.1.7
2+
djangorestframework==3.14.0
3+
django-allauth==0.51.0
4+
django-cors-headers==4.5.0
5+
dj-rest-auth==2.2.6
6+
djongo==1.3.6
7+
pymongo==3.12
8+
sqlparse==0.2.4
9+
stack-data==0.6.3
10+
sympy==1.12
11+
tenacity==9.0.0
12+
terminado==0.18.1
13+
threadpoolctl==3.5.0
14+
tinycss2==1.3.0
15+
tornado==6.4.1
16+
traitlets==5.14.3
17+
types-python-dateutil==2.9.0.20240906
18+
typing_extensions==4.9.0
19+
tzdata==2024.2
20+
uri-template==1.3.0
21+
urllib3==2.2.3
22+
wcwidth==0.2.13
23+
webcolors==24.8.0
24+
webencodings==0.5.1
25+
websocket-client==1.8.0

0 commit comments

Comments
 (0)