Spaces:
Runtime error
Runtime error
Commit
·
37f6d18
1
Parent(s):
f7d31b1
Update requirements.txt
Browse files- requirements.txt +48 -126
requirements.txt
CHANGED
|
@@ -1,126 +1,48 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
jupyter-server==1.15.6
|
| 50 |
-
jupyterlab==3.3.2
|
| 51 |
-
jupyterlab-pygments==0.1.2
|
| 52 |
-
jupyterlab-server==2.12.0
|
| 53 |
-
kiwisolver==1.4.2
|
| 54 |
-
linkify-it-py==1.0.3
|
| 55 |
-
markdown-it-py==2.0.1
|
| 56 |
-
MarkupSafe==2.1.1
|
| 57 |
-
matplotlib==3.5.1
|
| 58 |
-
matplotlib-inline==0.1.3
|
| 59 |
-
mdit-py-plugins==0.3.0
|
| 60 |
-
mdurl==0.1.0
|
| 61 |
-
mistune==0.8.4
|
| 62 |
-
monotonic==1.6
|
| 63 |
-
multidict==6.0.2
|
| 64 |
-
nbclassic==0.3.7
|
| 65 |
-
nbclient==0.5.13
|
| 66 |
-
nbconvert==6.4.5
|
| 67 |
-
nbformat==5.2.0
|
| 68 |
-
nest-asyncio==1.5.4
|
| 69 |
-
notebook==6.4.10
|
| 70 |
-
notebook-shim==0.1.0
|
| 71 |
-
numpy==1.22.3
|
| 72 |
-
orjson==3.6.7
|
| 73 |
-
packaging==21.3
|
| 74 |
-
pandas==1.4.1
|
| 75 |
-
pandocfilters==1.5.0
|
| 76 |
-
paramiko==2.10.3
|
| 77 |
-
parso==0.8.3
|
| 78 |
-
pickleshare==0.7.5
|
| 79 |
-
Pillow==9.0.1
|
| 80 |
-
prometheus-client==0.13.1
|
| 81 |
-
prompt-toolkit==3.0.28
|
| 82 |
-
psutil==5.9.0
|
| 83 |
-
pure-eval==0.2.2
|
| 84 |
-
pycparser==2.21
|
| 85 |
-
pycryptodome==3.14.1
|
| 86 |
-
pydantic==1.9.0
|
| 87 |
-
pydub==0.25.1
|
| 88 |
-
Pygments==2.11.2
|
| 89 |
-
PyNaCl==1.5.0
|
| 90 |
-
pyparsing==3.0.7
|
| 91 |
-
pyrsistent==0.18.1
|
| 92 |
-
python-dateutil==2.8.2
|
| 93 |
-
python-multipart==0.0.5
|
| 94 |
-
pytz==2022.1
|
| 95 |
-
pywin32==303
|
| 96 |
-
pywinpty==2.0.5
|
| 97 |
-
PyYAML==6.0
|
| 98 |
-
pyzmq==22.3.0
|
| 99 |
-
regex==2022.3.15
|
| 100 |
-
requests==2.27.1
|
| 101 |
-
sacremoses==0.0.49
|
| 102 |
-
Send2Trash==1.8.0
|
| 103 |
-
six==1.16.0
|
| 104 |
-
sniffio==1.2.0
|
| 105 |
-
soupsieve==2.3.1
|
| 106 |
-
stack-data==0.2.0
|
| 107 |
-
starlette==0.17.1
|
| 108 |
-
terminado==0.13.3
|
| 109 |
-
testpath==0.6.0
|
| 110 |
-
tokenizers==0.11.6
|
| 111 |
-
torch==1.11.0
|
| 112 |
-
torchaudio==0.11.0
|
| 113 |
-
torchvision==0.12.0
|
| 114 |
-
tornado==6.1
|
| 115 |
-
tqdm==4.63.1
|
| 116 |
-
traitlets==5.1.1
|
| 117 |
-
transformers==4.17.0
|
| 118 |
-
transforms==0.1
|
| 119 |
-
typing_extensions==4.1.1
|
| 120 |
-
uc-micro-py==1.0.1
|
| 121 |
-
urllib3==1.26.9
|
| 122 |
-
uvicorn==0.17.6
|
| 123 |
-
wcwidth==0.2.5
|
| 124 |
-
webencodings==0.5.1
|
| 125 |
-
websocket-client==1.3.1
|
| 126 |
-
yarl==1.7.2
|
|
|
|
| 1 |
+
cachetools==3.1.1
|
| 2 |
+
certifi==2020.6.20
|
| 3 |
+
chardet==3.0.4
|
| 4 |
+
conditional==1.3
|
| 5 |
+
coreapi==2.3.3
|
| 6 |
+
coreschema==0.0.4
|
| 7 |
+
django==2.1.7
|
| 8 |
+
django-appconf==1.0.4
|
| 9 |
+
django-clone==0.2.0
|
| 10 |
+
django-cors-headers==3.1.1
|
| 11 |
+
django-extensions==2.2.3
|
| 12 |
+
django-extra-fields==1.2.4
|
| 13 |
+
django-filter==2.2.0
|
| 14 |
+
django-maintenancemode==0.11.3
|
| 15 |
+
django-polymorphic==2.1.2
|
| 16 |
+
django-storages==1.7.2
|
| 17 |
+
djangorestframework==3.10.3
|
| 18 |
+
djangorestframework-simplejwt==4.4.0
|
| 19 |
+
drf-yasg==1.17.0
|
| 20 |
+
factory-boy==3.1.0
|
| 21 |
+
faker==4.14.2
|
| 22 |
+
future==0.18.2
|
| 23 |
+
google-auth==1.7.1
|
| 24 |
+
idna==2.10
|
| 25 |
+
inflection==0.5.1
|
| 26 |
+
ipy==1.00
|
| 27 |
+
itypes==1.2.0
|
| 28 |
+
jinja2==2.11.2
|
| 29 |
+
markupsafe==1.1.1
|
| 30 |
+
numpy==1.19.1
|
| 31 |
+
packaging==20.4
|
| 32 |
+
pillow==7.2.0
|
| 33 |
+
pyasn1==0.4.8
|
| 34 |
+
pyasn1-modules==0.2.8
|
| 35 |
+
pyjwt==1.7.1
|
| 36 |
+
pymysql==0.10.0
|
| 37 |
+
pyparsing==2.4.7
|
| 38 |
+
python-dateutil==2.8.1
|
| 39 |
+
requests==2.24.0
|
| 40 |
+
rsa==4.0
|
| 41 |
+
ruamel.yaml==0.16.12
|
| 42 |
+
ruamel.yaml.clib==0.2.2; platform_python_implementation == "CPython" and python_version < "3.9"
|
| 43 |
+
six==1.13.0
|
| 44 |
+
text-unidecode==1.3
|
| 45 |
+
uritemplate==3.0.1
|
| 46 |
+
urllib3==1.25.11
|
| 47 |
+
whitenoise==5.2.0
|
| 48 |
+
xlsxwriter==1.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|