Skip to content

Commit

Permalink
Dependencies: Updated build-system dependencies (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Nov 19, 2024
1 parent 50c671e commit 1956c23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

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

13 changes: 3 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling >=1.20,<2"]
requires = ["hatchling >=1.26.3,<2"]
build-backend = "hatchling.build"

[project]
Expand All @@ -13,7 +13,7 @@ dependencies = [
]
requires-python = ">=3.11"
readme = "README.md"
license-files = { paths = ["LICENSE"] }
license-files = ["LICENSE"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: AsyncIO",
Expand Down Expand Up @@ -76,7 +76,7 @@ pre-commit = [
"pre-commit>=4.0,<5",
]
uvloop = [
"uvloop<1,>=0.19.0; os_name=='posix'",
"uvloop<1,>=0.21.0; os_name=='posix'",
]
tox = [
"tox<5,>=4.0.8",
Expand Down Expand Up @@ -142,13 +142,6 @@ benchmark-servers-deps = [

############################ hatchling configuration ############################

[tool.hatch.build]
exclude = [
".github/",
".vscode/",
".readthedocs.yaml",
]

[tool.hatch.build.targets.wheel]
packages = ["src/easynetwork"]

Expand Down

0 comments on commit 1956c23

Please sign in to comment.