From a283df0328fd4ff3dc302a83745cda8ae92704bd Mon Sep 17 00:00:00 2001 From: messense Date: Fri, 2 Aug 2024 11:38:23 +0800 Subject: [PATCH] Remove `install_requires` and `setup_requires` from setup.py (#2171) --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 4ce8c4468..918f152b9 100644 --- a/setup.py +++ b/setup.py @@ -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, )