Spaces:
Running
Running
lucas-wa
commited on
Commit
·
729d96f
1
Parent(s):
887c835
Update requirements
Browse files- server/requirements.txt +1 -1
server/requirements.txt
CHANGED
@@ -155,7 +155,7 @@ python-jose==3.3.0
|
|
155 |
python-json-logger==2.0.7
|
156 |
python-multipart==0.0.6
|
157 |
pytz==2024.1
|
158 |
-
pywin32==306
|
159 |
PyYAML==6.0.1
|
160 |
pyzmq==25.1.1
|
161 |
requests==2.31.0
|
|
|
155 |
python-json-logger==2.0.7
|
156 |
python-multipart==0.0.6
|
157 |
pytz==2024.1
|
158 |
+
pywin32==306; platform_system=="Windows"
|
159 |
PyYAML==6.0.1
|
160 |
pyzmq==25.1.1
|
161 |
requests==2.31.0
|