We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04695f5 commit 5c69159Copy full SHA for 5c69159
setup.py
@@ -30,7 +30,6 @@ def load_requirements(path: PurePath) -> List[str]:
30
README = open(here.with_name('README.rst')).read()
31
NEWS = open(here.with_name('NEWS.txt')).read()
32
33
-install_requires = load_requirements(here.with_name('requirements.txt'))
34
tests_require = load_requirements(here.with_name('test_requirements.txt'))
35
36
python_implementation_str = python_implementation()
0 commit comments