Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#
|
| 2 |
+
# This file is autogenerated by pip-compile with Python 3.9
|
| 3 |
+
# by the following command:
|
| 4 |
+
#
|
| 5 |
+
# pip-compile --output-file=requirements.txt requirements.in
|
| 6 |
+
#
|
| 7 |
+
cffi==1.12.2
|
| 8 |
+
# via cryptography
|
| 9 |
+
cryptography==40.0.1 ; platform_python_implementation != "Jython"
|
| 10 |
+
# via -r requirements.in
|
| 11 |
+
lxml==4.9.2 ; platform_python_implementation != "Jython"
|
| 12 |
+
# via -r requirements.in
|
| 13 |
+
olefile==0.44 ; platform_python_implementation != "Jython"
|
| 14 |
+
# via -r requirements.in
|
| 15 |
+
pycparser==2.19
|
| 16 |
+
# via cffi
|