Skip to content

Commit 1ac521c

Browse files
authored
Remove pipenv from setup_requires (#121)
pipenv should not be required for sdist installations. noticed this behavior when reviewing NixOS/nixpkgs#95689
1 parent fb24872 commit 1ac521c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read_version(package):
4040
long_description_content_type="text/x-rst",
4141
packages=find_packages(exclude=exclude_packages),
4242
install_requires=install_requires,
43-
setup_requires=["pipenv"],
43+
setup_requires=[],
4444
extras_require={
4545
"speedups": [
4646
'xxhash;platform_python_implementation=="CPython"',

0 commit comments

Comments
 (0)