Spaces:
Sleeping
Sleeping
thejagstudio
commited on
Commit
•
59e97e0
1
Parent(s):
ec17d4e
Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
asgiref==3.8.1
|
2 |
+
diff-match-patch==20230430
|
3 |
+
Django==4.2.16
|
4 |
+
django-admin==2.0.2
|
5 |
+
django-cors-headers==4.4.0
|
6 |
+
django-excel-response2==3.0.6
|
7 |
+
django-import-export==4.1.1
|
8 |
+
django-six==1.0.5
|
9 |
+
excel-base==1.0.4
|
10 |
+
isoweek==1.3.3
|
11 |
+
python-dateutil==2.9.0.post0
|
12 |
+
screen==1.0.1
|
13 |
+
six==1.16.0
|
14 |
+
sqlparse==0.5.1
|
15 |
+
tablib==3.5.0
|
16 |
+
TimeConvert==3.0.13
|
17 |
+
typing_extensions==4.12.2
|
18 |
+
tzdata==2024.1
|
19 |
+
tzlocal==5.2
|
20 |
+
xlwt==1.3.0
|