Skip to content

Commit

Permalink
Add setuptools-rust to build requirements in setup.py (#873)
Browse files Browse the repository at this point in the history
Hoping this resolves the CI failures on 3.11
  • Loading branch information
amyreese authored Feb 22, 2023
1 parent 8aebbb6 commit 944ff15
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 @@ -47,7 +47,7 @@ def no_local_scheme(version: str) -> str:
},
test_suite="libcst",
python_requires=">=3.7",
setup_requires=["setuptools_scm"],
setup_requires=["setuptools-rust", "setuptools_scm"],
install_requires=[dep.strip() for dep in open("requirements.txt").readlines()],
extras_require={
"dev": [
Expand Down

0 comments on commit 944ff15

Please sign in to comment.