Spaces:
Sleeping
Sleeping
Jon Solow
commited on
Commit
·
c15b8d0
1
Parent(s):
91793e3
Add types-beautifulsoup4 for mypy
Browse files- dev-requirements.txt +4 -0
- pyproject.toml +1 -0
dev-requirements.txt
CHANGED
@@ -175,6 +175,10 @@ toolz==0.12.0
|
|
175 |
# via altair
|
176 |
tornado==6.3.3
|
177 |
# via streamlit
|
|
|
|
|
|
|
|
|
178 |
types-pytz==2023.3.0.1
|
179 |
# via pandas-stubs
|
180 |
types-requests==2.31.0.2
|
|
|
175 |
# via altair
|
176 |
tornado==6.3.3
|
177 |
# via streamlit
|
178 |
+
types-beautifulsoup4==4.12.0.6
|
179 |
+
# via YFDashboard (pyproject.toml)
|
180 |
+
types-html5lib==1.1.11.15
|
181 |
+
# via types-beautifulsoup4
|
182 |
types-pytz==2023.3.0.1
|
183 |
# via pandas-stubs
|
184 |
types-requests==2.31.0.2
|
pyproject.toml
CHANGED
@@ -24,6 +24,7 @@ dev = [
|
|
24 |
"mypy",
|
25 |
"pytest",
|
26 |
"pandas-stubs",
|
|
|
27 |
"types-requests",
|
28 |
]
|
29 |
|
|
|
24 |
"mypy",
|
25 |
"pytest",
|
26 |
"pandas-stubs",
|
27 |
+
"types-beautifulsoup4",
|
28 |
"types-requests",
|
29 |
]
|
30 |
|