We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2828c commit a9460fcCopy full SHA for a9460fc
1 file changed
pyproject.toml
@@ -61,12 +61,9 @@ all_extras = [
61
62
# dev - the developer dependency set, for contributors and CI
63
dev = [
64
- "pytest>=7.1.2",
65
- #"flake8>=4.0.1",
66
- #"black>=22.3.0",
67
- "pytest-cov>=3.0.0",
68
- "yfinance>=0.1.70",
69
- #"isort",
+ "pytest>=9.0.0",
+ "pytest-cov>=7.0.0",
+ "yfinance>=0.2.66",
70
]
71
72
[project.urls]
0 commit comments