Skip to content

Commit

Permalink
Depend on flit_core instead of flit
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 21, 2022
1 parent a52827b commit 59ff7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["distlib", "flit", "tomli>=1.2.3,<3; python_version < '3.11'"]
requires = ["distlib", "flit_core>=3.7,<4", "tomli>=1.2.3,<3; python_version < '3.11'"]
build-backend = "py_build_cmake.build"
backend-path = ["src"]

Expand All @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"distlib~=0.3.5",
"flit~=3.7",
"flit_core>=3.7,<4",
"tomli>=1.2.3,<3; python_version < '3.11'",
"click~=8.1.3",
]
Expand Down

0 comments on commit 59ff7f7

Please sign in to comment.