Upload requirements.in with huggingface_hub
Browse files- requirements.in +3 -0
requirements.in
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cryptography >= 40.0.1 ; platform_python_implementation != "Jython"
|
| 2 |
+
lxml >= 4.9.2 ; platform_python_implementation != "Jython"
|
| 3 |
+
olefile >= 0.43 ; platform_python_implementation != "Jython"
|