Compare commits
1 Commits
mono-trigg
...
fix-missin
| Author | SHA1 | Date | |
|---|---|---|---|
| ec1baac099 |
2
setup.py
2
setup.py
@@ -3,5 +3,5 @@ from setuptools import setup
|
||||
if __name__ == "__main__":
|
||||
setup(
|
||||
install_requires=["numpy", "h5py", "bec-lib"],
|
||||
extras_require={"dev": ["pytest", "pytest-random-order", "coverage"]},
|
||||
extras_require={"dev": ["pytest", "pytest-random-order", "pytest-redis", "coverage"]},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user