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 5843610 commit 89ef881Copy full SHA for 89ef881
setup.py
@@ -37,7 +37,7 @@ def read_reqs(fname):
37
38
long_description = read(os.path.join(os.path.dirname(__file__), "README.md"))
39
requirements = read(os.path.join(os.path.dirname(__file__), "requirements.txt"))
40
-dev_reqs = read_reqs('requirements-dev.txt')
+dev_reqs = read_reqs(os.path.join(os.path.dirname(__file__), 'requirements-dev.txt'))
41
binder_reqs = read(os.path.join(os.path.dirname(__file__), 'binder', 'requirements.txt'))
42
extras_require = {"test": dev_reqs, "dev": dev_reqs, "binder": binder_reqs}
43
0 commit comments