Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +35 -62
requirements.txt
CHANGED
|
@@ -1,63 +1,36 @@
|
|
| 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 |
-
idna==3.3
|
| 29 |
-
ipfshttpclient==0.8.0a2
|
| 30 |
-
jsonschema==3.2.0
|
| 31 |
-
lru-dict==1.1.7
|
| 32 |
-
multiaddr==0.0.9
|
| 33 |
-
multidict==5.2.0
|
| 34 |
-
netaddr==0.8.0
|
| 35 |
-
numpy==1.22.3
|
| 36 |
-
pandas==1.4.2
|
| 37 |
-
parsimonious==0.8.1
|
| 38 |
-
pipenv==2021.11.23
|
| 39 |
-
pipenv-poetry-migrate==0.2.0
|
| 40 |
-
platformdirs==2.4.0
|
| 41 |
-
polygonscan-python==1.0.2
|
| 42 |
-
protobuf==3.19.4
|
| 43 |
-
pycryptodome==3.13.0
|
| 44 |
-
Pygments==2.11.2
|
| 45 |
-
pyrsistent==0.18.1
|
| 46 |
-
python-dateutil==2.8.2
|
| 47 |
-
python-dotenv==0.19.2
|
| 48 |
-
pytz==2022.1
|
| 49 |
-
requests==2.27.1
|
| 50 |
-
rich==9.13.0
|
| 51 |
-
rlp==2.0.1
|
| 52 |
six==1.16.0
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
web3==5.26.0
|
| 62 |
-
websockets==9.1
|
| 63 |
-
yarl==1.7.2
|
|
|
|
| 1 |
+
bleach==6.1.0
|
| 2 |
+
bokeh==3.4.3
|
| 3 |
+
certifi==2024.7.4
|
| 4 |
+
charset-normalizer==3.3.2
|
| 5 |
+
colorcet==3.1.0
|
| 6 |
+
contourpy==1.2.1
|
| 7 |
+
holoviews==1.19.1
|
| 8 |
+
hvplot==0.10.0
|
| 9 |
+
idna==3.7
|
| 10 |
+
Jinja2==3.1.4
|
| 11 |
+
linkify-it-py==2.0.3
|
| 12 |
+
Markdown==3.6
|
| 13 |
+
markdown-it-py==3.0.0
|
| 14 |
+
MarkupSafe==2.1.5
|
| 15 |
+
mdit-py-plugins==0.4.1
|
| 16 |
+
mdurl==0.1.2
|
| 17 |
+
numpy==2.0.1
|
| 18 |
+
packaging==24.1
|
| 19 |
+
pandas==2.2.2
|
| 20 |
+
panel==1.4.4
|
| 21 |
+
param==2.1.1
|
| 22 |
+
pillow==10.4.0
|
| 23 |
+
python-dateutil==2.9.0.post0
|
| 24 |
+
pytz==2024.1
|
| 25 |
+
pyviz_comms==3.0.2
|
| 26 |
+
PyYAML==6.0.1
|
| 27 |
+
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
six==1.16.0
|
| 29 |
+
tornado==6.4.1
|
| 30 |
+
tqdm==4.66.4
|
| 31 |
+
typing_extensions==4.12.2
|
| 32 |
+
tzdata==2024.1
|
| 33 |
+
uc-micro-py==1.0.3
|
| 34 |
+
urllib3==2.2.2
|
| 35 |
+
webencodings==0.5.1
|
| 36 |
+
xyzservices==2024.6.0
|
|
|
|
|
|
|
|
|