Skip to content

Commit

Permalink
Remove install_requires and setup_requires from setup.py (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Aug 2, 2024
1 parent fd119cd commit a283df0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,5 @@ def finalize_options(self):
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
install_requires=["tomli>=1.1.0 ; python_version<'3.11'"],
setup_requires=["setuptools-rust>=1.4.0"],
zip_safe=False,
)

0 comments on commit a283df0

Please sign in to comment.