Skip to content

Commit

Permalink
Merge pull request #93 from spwoodcock/patch-1
Browse files Browse the repository at this point in the history
Replace poetry dependencies specification with PEP 621
  • Loading branch information
dimastbk authored Nov 6, 2024
2 parents 2419107 + 6a95d8c commit 381ab59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"packaging~=23.1",
]

[tool.isort]
include_trailing_comma = true
Expand All @@ -36,10 +39,6 @@ python-source = "python"
[tool.poetry]
package-mode = false

[tool.poetry.dependencies]
python = "^3.8"
packaging = "^23.1"

[tool.poetry.group.dev.dependencies]
maturin = "^1.7.4"
pre-commit = "^3.0.1"
Expand Down

0 comments on commit 381ab59

Please sign in to comment.