Skip to content

Commit

Permalink
fixup! chore: update setuptools requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Feb 13, 2024
1 parent 64f8ec2 commit 04ae599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"cffi >= 1.15.1",
# cffi doesn't automatically install setuptools with python 3.12+
# cf https://github.com/python-cffi/cffi/releases/tag/v1.16.0
"setuptools; python_full_version >= '3.12'",
"setuptools; python_full_version >= '3.12.0'",
"pytest>=3.8",
"filelock >= 3.12.2",
]
Expand Down

0 comments on commit 04ae599

Please sign in to comment.