Skip to content

Commit 9bdcad7

Browse files
author
Fábio Malcher Miranda
committed
fix: add requests to install_requires for tests
1 parent 63168b8 commit 9bdcad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
DACS_SOFTWARE = "https://gitlab.com/dacs-hpi"
2929
# What packages are required for this module to be executed?
3030
REQUIRED = ["networkx", "numpy", "scikit-learn>=1.5", "scipy"]
31+
REQUIRED += ["requests"]
3132

3233
# What packages are optional?
3334
# 'fancy feature': ['django'],}

0 commit comments

Comments
 (0)