Spaces:
Running
Running
Jon Solow
commited on
Commit
·
19560be
1
Parent(s):
0535775
Update requirements
Browse files- dev-requirements.txt +17 -16
- requirements.txt +15 -13
dev-requirements.txt
CHANGED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
#
|
| 5 |
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
|
| 6 |
#
|
| 7 |
-
altair==5.
|
| 8 |
# via streamlit
|
| 9 |
annotated-types==0.5.0
|
| 10 |
# via pydantic
|
| 11 |
-
anyio==
|
| 12 |
# via httpcore
|
| 13 |
attrs==23.1.0
|
| 14 |
# via
|
|
@@ -16,7 +16,7 @@ attrs==23.1.0
|
|
| 16 |
# referencing
|
| 17 |
beautifulsoup4==4.12.2
|
| 18 |
# via YFDashboard (pyproject.toml)
|
| 19 |
-
black==23.
|
| 20 |
# via YFDashboard (pyproject.toml)
|
| 21 |
blinker==1.6.2
|
| 22 |
# via streamlit
|
|
@@ -29,13 +29,13 @@ certifi==2023.7.22
|
|
| 29 |
# requests
|
| 30 |
charset-normalizer==3.2.0
|
| 31 |
# via requests
|
| 32 |
-
click==8.1.
|
| 33 |
# via
|
| 34 |
# black
|
| 35 |
# streamlit
|
| 36 |
gitdb==4.0.10
|
| 37 |
# via gitpython
|
| 38 |
-
gitpython==3.1.
|
| 39 |
# via streamlit
|
| 40 |
h11==0.14.0
|
| 41 |
# via httpcore
|
|
@@ -91,10 +91,11 @@ numpy==1.25.2
|
|
| 91 |
# streamlit
|
| 92 |
packaging==23.1
|
| 93 |
# via
|
|
|
|
| 94 |
# black
|
| 95 |
# pytest
|
| 96 |
# streamlit
|
| 97 |
-
pandas==2.0
|
| 98 |
# via
|
| 99 |
# YFDashboard (pyproject.toml)
|
| 100 |
# altair
|
|
@@ -107,11 +108,11 @@ pillow==9.5.0
|
|
| 107 |
# via streamlit
|
| 108 |
platformdirs==3.10.0
|
| 109 |
# via black
|
| 110 |
-
pluggy==1.
|
| 111 |
# via pytest
|
| 112 |
-
protobuf==4.24.
|
| 113 |
# via streamlit
|
| 114 |
-
pyarrow==
|
| 115 |
# via streamlit
|
| 116 |
pydantic==2.3.0
|
| 117 |
# via YFDashboard (pyproject.toml)
|
|
@@ -123,13 +124,13 @@ pygments==2.16.1
|
|
| 123 |
# via rich
|
| 124 |
pympler==1.0.1
|
| 125 |
# via streamlit
|
| 126 |
-
pytest==7.4.
|
| 127 |
# via YFDashboard (pyproject.toml)
|
| 128 |
python-dateutil==2.8.2
|
| 129 |
# via
|
| 130 |
# pandas
|
| 131 |
# streamlit
|
| 132 |
-
pytz==2023.3
|
| 133 |
# via pandas
|
| 134 |
pytz-deprecation-shim==0.1.0.post0
|
| 135 |
# via tzlocal
|
|
@@ -141,11 +142,11 @@ requests==2.31.0
|
|
| 141 |
# via streamlit
|
| 142 |
rich==13.5.2
|
| 143 |
# via streamlit
|
| 144 |
-
rpds-py==0.
|
| 145 |
# via
|
| 146 |
# jsonschema
|
| 147 |
# referencing
|
| 148 |
-
ruff==0.0.
|
| 149 |
# via YFDashboard (pyproject.toml)
|
| 150 |
six==1.16.0
|
| 151 |
# via
|
|
@@ -160,11 +161,11 @@ sniffio==1.3.0
|
|
| 160 |
# httpx
|
| 161 |
soupsieve==2.5
|
| 162 |
# via beautifulsoup4
|
| 163 |
-
streamlit==1.
|
| 164 |
# via
|
| 165 |
# YFDashboard (pyproject.toml)
|
| 166 |
# streamlit-oauth
|
| 167 |
-
streamlit-oauth==0.0.
|
| 168 |
# via YFDashboard (pyproject.toml)
|
| 169 |
tenacity==8.2.3
|
| 170 |
# via streamlit
|
|
@@ -194,7 +195,7 @@ tzlocal==4.3.1
|
|
| 194 |
# via streamlit
|
| 195 |
urllib3==2.0.4
|
| 196 |
# via requests
|
| 197 |
-
validators==0.
|
| 198 |
# via streamlit
|
| 199 |
watchdog==3.0.0
|
| 200 |
# via streamlit
|
|
|
|
| 4 |
#
|
| 5 |
# pip-compile --extra=dev --output-file=dev-requirements.txt pyproject.toml
|
| 6 |
#
|
| 7 |
+
altair==5.1.1
|
| 8 |
# via streamlit
|
| 9 |
annotated-types==0.5.0
|
| 10 |
# via pydantic
|
| 11 |
+
anyio==4.0.0
|
| 12 |
# via httpcore
|
| 13 |
attrs==23.1.0
|
| 14 |
# via
|
|
|
|
| 16 |
# referencing
|
| 17 |
beautifulsoup4==4.12.2
|
| 18 |
# via YFDashboard (pyproject.toml)
|
| 19 |
+
black==23.9.0
|
| 20 |
# via YFDashboard (pyproject.toml)
|
| 21 |
blinker==1.6.2
|
| 22 |
# via streamlit
|
|
|
|
| 29 |
# requests
|
| 30 |
charset-normalizer==3.2.0
|
| 31 |
# via requests
|
| 32 |
+
click==8.1.7
|
| 33 |
# via
|
| 34 |
# black
|
| 35 |
# streamlit
|
| 36 |
gitdb==4.0.10
|
| 37 |
# via gitpython
|
| 38 |
+
gitpython==3.1.35
|
| 39 |
# via streamlit
|
| 40 |
h11==0.14.0
|
| 41 |
# via httpcore
|
|
|
|
| 91 |
# streamlit
|
| 92 |
packaging==23.1
|
| 93 |
# via
|
| 94 |
+
# altair
|
| 95 |
# black
|
| 96 |
# pytest
|
| 97 |
# streamlit
|
| 98 |
+
pandas==2.1.0
|
| 99 |
# via
|
| 100 |
# YFDashboard (pyproject.toml)
|
| 101 |
# altair
|
|
|
|
| 108 |
# via streamlit
|
| 109 |
platformdirs==3.10.0
|
| 110 |
# via black
|
| 111 |
+
pluggy==1.3.0
|
| 112 |
# via pytest
|
| 113 |
+
protobuf==4.24.3
|
| 114 |
# via streamlit
|
| 115 |
+
pyarrow==13.0.0
|
| 116 |
# via streamlit
|
| 117 |
pydantic==2.3.0
|
| 118 |
# via YFDashboard (pyproject.toml)
|
|
|
|
| 124 |
# via rich
|
| 125 |
pympler==1.0.1
|
| 126 |
# via streamlit
|
| 127 |
+
pytest==7.4.2
|
| 128 |
# via YFDashboard (pyproject.toml)
|
| 129 |
python-dateutil==2.8.2
|
| 130 |
# via
|
| 131 |
# pandas
|
| 132 |
# streamlit
|
| 133 |
+
pytz==2023.3.post1
|
| 134 |
# via pandas
|
| 135 |
pytz-deprecation-shim==0.1.0.post0
|
| 136 |
# via tzlocal
|
|
|
|
| 142 |
# via streamlit
|
| 143 |
rich==13.5.2
|
| 144 |
# via streamlit
|
| 145 |
+
rpds-py==0.10.2
|
| 146 |
# via
|
| 147 |
# jsonschema
|
| 148 |
# referencing
|
| 149 |
+
ruff==0.0.287
|
| 150 |
# via YFDashboard (pyproject.toml)
|
| 151 |
six==1.16.0
|
| 152 |
# via
|
|
|
|
| 161 |
# httpx
|
| 162 |
soupsieve==2.5
|
| 163 |
# via beautifulsoup4
|
| 164 |
+
streamlit==1.26.0
|
| 165 |
# via
|
| 166 |
# YFDashboard (pyproject.toml)
|
| 167 |
# streamlit-oauth
|
| 168 |
+
streamlit-oauth==0.0.3
|
| 169 |
# via YFDashboard (pyproject.toml)
|
| 170 |
tenacity==8.2.3
|
| 171 |
# via streamlit
|
|
|
|
| 195 |
# via streamlit
|
| 196 |
urllib3==2.0.4
|
| 197 |
# via requests
|
| 198 |
+
validators==0.22.0
|
| 199 |
# via streamlit
|
| 200 |
watchdog==3.0.0
|
| 201 |
# via streamlit
|
requirements.txt
CHANGED
|
@@ -4,11 +4,11 @@
|
|
| 4 |
#
|
| 5 |
# pip-compile --output-file=requirements.txt pyproject.toml
|
| 6 |
#
|
| 7 |
-
altair==5.
|
| 8 |
# via streamlit
|
| 9 |
annotated-types==0.5.0
|
| 10 |
# via pydantic
|
| 11 |
-
anyio==
|
| 12 |
# via httpcore
|
| 13 |
attrs==23.1.0
|
| 14 |
# via
|
|
@@ -27,11 +27,11 @@ certifi==2023.7.22
|
|
| 27 |
# requests
|
| 28 |
charset-normalizer==3.2.0
|
| 29 |
# via requests
|
| 30 |
-
click==8.1.
|
| 31 |
# via streamlit
|
| 32 |
gitdb==4.0.10
|
| 33 |
# via gitpython
|
| 34 |
-
gitpython==3.1.
|
| 35 |
# via streamlit
|
| 36 |
h11==0.14.0
|
| 37 |
# via httpcore
|
|
@@ -75,17 +75,19 @@ numpy==1.25.2
|
|
| 75 |
# pydeck
|
| 76 |
# streamlit
|
| 77 |
packaging==23.1
|
| 78 |
-
# via
|
| 79 |
-
|
|
|
|
|
|
|
| 80 |
# via
|
| 81 |
# YFDashboard (pyproject.toml)
|
| 82 |
# altair
|
| 83 |
# streamlit
|
| 84 |
pillow==9.5.0
|
| 85 |
# via streamlit
|
| 86 |
-
protobuf==4.24.
|
| 87 |
# via streamlit
|
| 88 |
-
pyarrow==
|
| 89 |
# via streamlit
|
| 90 |
pydantic==2.3.0
|
| 91 |
# via YFDashboard (pyproject.toml)
|
|
@@ -101,7 +103,7 @@ python-dateutil==2.8.2
|
|
| 101 |
# via
|
| 102 |
# pandas
|
| 103 |
# streamlit
|
| 104 |
-
pytz==2023.3
|
| 105 |
# via pandas
|
| 106 |
pytz-deprecation-shim==0.1.0.post0
|
| 107 |
# via tzlocal
|
|
@@ -113,7 +115,7 @@ requests==2.31.0
|
|
| 113 |
# via streamlit
|
| 114 |
rich==13.5.2
|
| 115 |
# via streamlit
|
| 116 |
-
rpds-py==0.
|
| 117 |
# via
|
| 118 |
# jsonschema
|
| 119 |
# referencing
|
|
@@ -130,11 +132,11 @@ sniffio==1.3.0
|
|
| 130 |
# httpx
|
| 131 |
soupsieve==2.5
|
| 132 |
# via beautifulsoup4
|
| 133 |
-
streamlit==1.
|
| 134 |
# via
|
| 135 |
# YFDashboard (pyproject.toml)
|
| 136 |
# streamlit-oauth
|
| 137 |
-
streamlit-oauth==0.0.
|
| 138 |
# via YFDashboard (pyproject.toml)
|
| 139 |
tenacity==8.2.3
|
| 140 |
# via streamlit
|
|
@@ -157,7 +159,7 @@ tzlocal==4.3.1
|
|
| 157 |
# via streamlit
|
| 158 |
urllib3==2.0.4
|
| 159 |
# via requests
|
| 160 |
-
validators==0.
|
| 161 |
# via streamlit
|
| 162 |
watchdog==3.0.0
|
| 163 |
# via streamlit
|
|
|
|
| 4 |
#
|
| 5 |
# pip-compile --output-file=requirements.txt pyproject.toml
|
| 6 |
#
|
| 7 |
+
altair==5.1.1
|
| 8 |
# via streamlit
|
| 9 |
annotated-types==0.5.0
|
| 10 |
# via pydantic
|
| 11 |
+
anyio==4.0.0
|
| 12 |
# via httpcore
|
| 13 |
attrs==23.1.0
|
| 14 |
# via
|
|
|
|
| 27 |
# requests
|
| 28 |
charset-normalizer==3.2.0
|
| 29 |
# via requests
|
| 30 |
+
click==8.1.7
|
| 31 |
# via streamlit
|
| 32 |
gitdb==4.0.10
|
| 33 |
# via gitpython
|
| 34 |
+
gitpython==3.1.35
|
| 35 |
# via streamlit
|
| 36 |
h11==0.14.0
|
| 37 |
# via httpcore
|
|
|
|
| 75 |
# pydeck
|
| 76 |
# streamlit
|
| 77 |
packaging==23.1
|
| 78 |
+
# via
|
| 79 |
+
# altair
|
| 80 |
+
# streamlit
|
| 81 |
+
pandas==2.1.0
|
| 82 |
# via
|
| 83 |
# YFDashboard (pyproject.toml)
|
| 84 |
# altair
|
| 85 |
# streamlit
|
| 86 |
pillow==9.5.0
|
| 87 |
# via streamlit
|
| 88 |
+
protobuf==4.24.3
|
| 89 |
# via streamlit
|
| 90 |
+
pyarrow==13.0.0
|
| 91 |
# via streamlit
|
| 92 |
pydantic==2.3.0
|
| 93 |
# via YFDashboard (pyproject.toml)
|
|
|
|
| 103 |
# via
|
| 104 |
# pandas
|
| 105 |
# streamlit
|
| 106 |
+
pytz==2023.3.post1
|
| 107 |
# via pandas
|
| 108 |
pytz-deprecation-shim==0.1.0.post0
|
| 109 |
# via tzlocal
|
|
|
|
| 115 |
# via streamlit
|
| 116 |
rich==13.5.2
|
| 117 |
# via streamlit
|
| 118 |
+
rpds-py==0.10.2
|
| 119 |
# via
|
| 120 |
# jsonschema
|
| 121 |
# referencing
|
|
|
|
| 132 |
# httpx
|
| 133 |
soupsieve==2.5
|
| 134 |
# via beautifulsoup4
|
| 135 |
+
streamlit==1.26.0
|
| 136 |
# via
|
| 137 |
# YFDashboard (pyproject.toml)
|
| 138 |
# streamlit-oauth
|
| 139 |
+
streamlit-oauth==0.0.3
|
| 140 |
# via YFDashboard (pyproject.toml)
|
| 141 |
tenacity==8.2.3
|
| 142 |
# via streamlit
|
|
|
|
| 159 |
# via streamlit
|
| 160 |
urllib3==2.0.4
|
| 161 |
# via requests
|
| 162 |
+
validators==0.22.0
|
| 163 |
# via streamlit
|
| 164 |
watchdog==3.0.0
|
| 165 |
# via streamlit
|