Spaces:
Runtime error
Runtime error
mohamedalcafory
commited on
Commit
•
65f399e
1
Parent(s):
dcff125
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -76,7 +76,7 @@ pypdf==5.0.1
|
|
76 |
python-dateutil==2.9.0.post0
|
77 |
python-dotenv==1.0.1
|
78 |
pytz==2024.2
|
79 |
-
pywin32==307
|
80 |
pyyaml==6.0.2
|
81 |
pyzmq==26.2.0
|
82 |
regex==2024.9.11
|
|
|
76 |
python-dateutil==2.9.0.post0
|
77 |
python-dotenv==1.0.1
|
78 |
pytz==2024.2
|
79 |
+
pywin32==307; platform_system == "Windows"
|
80 |
pyyaml==6.0.2
|
81 |
pyzmq==26.2.0
|
82 |
regex==2024.9.11
|