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 a76cb30 commit 5f8e2ddCopy full SHA for 5f8e2dd
setup.py
@@ -4,7 +4,7 @@
4
root = Path(__file__).parent
5
with open(root / "README.md", "r") as f:
6
long_description = f.read()
7
-with open(root / "requirements-minimal.txt") as f:
+with open(root / "requirements.txt") as f:
8
install_requires = f.readlines()
9
setup(
10
name="nwbinspector",
0 commit comments