Skip to content

Commit

Permalink
remove unnecessary setuptools types, but add type stubs for pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Mar 15, 2024
1 parent b35ce94 commit 652ff20
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
41 changes: 21 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ optional = true
hypothesis = "^6.68.2"
mypy = "^0.991"
nox = "^2022.11.21"
pandas-stubs = "^2.2.0.240218"
pydantic = "^1.10.4"
pylint = "^2.15.8"
pytest = "^7.1.0"
types-setuptools = "^65.6.0.2"

[tool.poetry.group.format]
optional = true
Expand All @@ -75,10 +75,10 @@ colorama = "^0.4.6"
hypothesis = "^6.68.2"
mypy = "^0.991"
nox = "^2022.11.21"
pandas-stubs = "^2.2.0.240218"
pydantic = "^1.10.4"
pylint = "^2.15.8"
pytest = "^7.1.0"
types-setuptools = "^65.6.0.2"

[tool.black]
target-version = ["py310"]
Expand Down

0 comments on commit 652ff20

Please sign in to comment.