Skip to content

Commit

Permalink
Merge pull request #174 from deronnax/remove-setuptools-from-runtime-…
Browse files Browse the repository at this point in the history
…deps

remove setuptools from runtime dependencies
  • Loading branch information
oschwald authored Jul 10, 2024
2 parents 214a229 + 489231b commit f5300fd
Showing 1 changed file with 1 addition and 2 deletions.
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", "setuptools-scm", "wheel"]
requires = ["setuptools>=61", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -13,7 +13,6 @@ dependencies = [
"aiohttp>=3.6.2,<4.0.0",
"maxminddb>=2.5.1,<3.0.0",
"requests>=2.24.0,<3.0.0",
"setuptools>=60.0.0",
]
requires-python = ">=3.8"
readme = "README.rst"
Expand Down

0 comments on commit f5300fd

Please sign in to comment.