Skip to content

Commit 5c69159

Browse files
Make sure we don't end up in this codepath.
1 parent 04695f5 commit 5c69159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def load_requirements(path: PurePath) -> List[str]:
3030
README = open(here.with_name('README.rst')).read()
3131
NEWS = open(here.with_name('NEWS.txt')).read()
3232

33-
install_requires = load_requirements(here.with_name('requirements.txt'))
3433
tests_require = load_requirements(here.with_name('test_requirements.txt'))
3534

3635
python_implementation_str = python_implementation()

0 commit comments

Comments
 (0)