Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Jan 24, 2024
1 parent b267f8f commit 8ed44b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def build_extension(self, ext):
author_email="[email protected]",
python_requires=">=3.7.0,<3.12.0",
install_requires=requirements,
setup_requires=requirements + ["packaging"],
setup_requires=["packaging"],
extras_require={
"dev": dev_requirements,
},
Expand Down

0 comments on commit 8ed44b8

Please sign in to comment.