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