Spaces:
Runtime error
Runtime error
update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -10,6 +10,7 @@ beautifulsoup4==4.11.1
|
|
10 |
black==22.3.0
|
11 |
bleach==5.0.0
|
12 |
blinker==1.4
|
|
|
13 |
cachetools==5.2.0
|
14 |
certifi==2022.5.18.1
|
15 |
cffi==1.15.0
|
@@ -61,7 +62,6 @@ networkx==2.8.3
|
|
61 |
nodeenv==1.6.0
|
62 |
notebook==6.4.11
|
63 |
numpy==1.22.4
|
64 |
-
orjson==3.7.1
|
65 |
packaging==21.3
|
66 |
pandas==1.4.2
|
67 |
pandocfilters==1.5.0
|
@@ -94,7 +94,7 @@ pytest-cov==3.0.0
|
|
94 |
python-dateutil==2.8.2
|
95 |
pytz==2022.1
|
96 |
pytz-deprecation-shim==0.1.0.post0
|
97 |
-
-e git+https://github.com/cyyeh/py-code-analyzer.git@
|
98 |
PyYAML==6.0
|
99 |
pyzmq==23.1.0
|
100 |
requests==2.27.1
|
|
|
10 |
black==22.3.0
|
11 |
bleach==5.0.0
|
12 |
blinker==1.4
|
13 |
+
branca==0.5.0
|
14 |
cachetools==5.2.0
|
15 |
certifi==2022.5.18.1
|
16 |
cffi==1.15.0
|
|
|
62 |
nodeenv==1.6.0
|
63 |
notebook==6.4.11
|
64 |
numpy==1.22.4
|
|
|
65 |
packaging==21.3
|
66 |
pandas==1.4.2
|
67 |
pandocfilters==1.5.0
|
|
|
94 |
python-dateutil==2.8.2
|
95 |
pytz==2022.1
|
96 |
pytz-deprecation-shim==0.1.0.post0
|
97 |
+
-e git+https://github.com/cyyeh/py-code-analyzer.git@87560b2437f9892898eb1dc2981b02be45e55cbf#egg=pyvis&subdirectory=pyvis
|
98 |
PyYAML==6.0
|
99 |
pyzmq==23.1.0
|
100 |
requests==2.27.1
|