Spaces:
Running
Running
Jon Solow
commited on
Commit
·
70e2402
1
Parent(s):
52e3bda
Install tdqm
Browse files- dev-requirements.txt +6 -0
- pyproject.toml +2 -0
- requirements.txt +2 -0
dev-requirements.txt
CHANGED
@@ -526,6 +526,8 @@ tornado==6.4.1
|
|
526 |
# notebook
|
527 |
# streamlit
|
528 |
# terminado
|
|
|
|
|
529 |
traitlets==5.14.1
|
530 |
# via
|
531 |
# comm
|
@@ -552,6 +554,10 @@ types-python-dateutil==2.8.19.20240106
|
|
552 |
types-pytz==2024.1.0.20240203
|
553 |
# via pandas-stubs
|
554 |
types-requests==2.31.0.20240218
|
|
|
|
|
|
|
|
|
555 |
# via YFDashboard (pyproject.toml)
|
556 |
typing-extensions==4.9.0
|
557 |
# via
|
|
|
526 |
# notebook
|
527 |
# streamlit
|
528 |
# terminado
|
529 |
+
tqdm==4.67.1
|
530 |
+
# via YFDashboard (pyproject.toml)
|
531 |
traitlets==5.14.1
|
532 |
# via
|
533 |
# comm
|
|
|
554 |
types-pytz==2024.1.0.20240203
|
555 |
# via pandas-stubs
|
556 |
types-requests==2.31.0.20240218
|
557 |
+
# via
|
558 |
+
# YFDashboard (pyproject.toml)
|
559 |
+
# types-tqdm
|
560 |
+
types-tqdm==4.67.0.20241119
|
561 |
# via YFDashboard (pyproject.toml)
|
562 |
typing-extensions==4.9.0
|
563 |
# via
|
pyproject.toml
CHANGED
@@ -17,6 +17,7 @@ dependencies = [
|
|
17 |
"pydantic",
|
18 |
"streamlit-oauth",
|
19 |
"supabase",
|
|
|
20 |
]
|
21 |
|
22 |
[project.optional-dependencies]
|
@@ -30,6 +31,7 @@ dev = [
|
|
30 |
"ruff",
|
31 |
"types-beautifulsoup4",
|
32 |
"types-requests",
|
|
|
33 |
]
|
34 |
|
35 |
[tool.black]
|
|
|
17 |
"pydantic",
|
18 |
"streamlit-oauth",
|
19 |
"supabase",
|
20 |
+
"tqdm",
|
21 |
]
|
22 |
|
23 |
[project.optional-dependencies]
|
|
|
31 |
"ruff",
|
32 |
"types-beautifulsoup4",
|
33 |
"types-requests",
|
34 |
+
"types-tqdm",
|
35 |
]
|
36 |
|
37 |
[tool.black]
|
requirements.txt
CHANGED
@@ -277,6 +277,8 @@ toolz==0.12.1
|
|
277 |
# via altair
|
278 |
tornado==6.4.1
|
279 |
# via streamlit
|
|
|
|
|
280 |
typing-extensions==4.9.0
|
281 |
# via
|
282 |
# dbt-adapters
|
|
|
277 |
# via altair
|
278 |
tornado==6.4.1
|
279 |
# via streamlit
|
280 |
+
tqdm==4.67.1
|
281 |
+
# via YFDashboard (pyproject.toml)
|
282 |
typing-extensions==4.9.0
|
283 |
# via
|
284 |
# dbt-adapters
|