Skip to content

Commit

Permalink
Clean up build dependencies (#286)
Browse files Browse the repository at this point in the history
* Clean up build dependencies

* Remove dependency

---------

Co-authored-by: Aaron Bach <[email protected]>
  • Loading branch information
tjni and bachya authored Aug 22, 2023
1 parent 9876370 commit d9b0019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 35.0.2", "wheel >= 0.29.0", "poetry>=0.12"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
Expand Down Expand Up @@ -62,7 +62,6 @@ classifiers = [
aiohttp = ">=3.8.0"
certifi = ">=2023.07.22"
python = "^3.9.0"
setuptools = ">=65.5.1"

[tool.poetry.group.dev.dependencies]
GitPython = ">=3.1.32"
Expand Down

0 comments on commit d9b0019

Please sign in to comment.