Skip to content

Commit f505e5c

Browse files
committed
Set the right ospd dependency
1 parent e01ab6c commit f505e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ python = "^3.5"
4949
redis = "^3.5.3"
5050
psutil = "^5.7.0"
5151
packaging = "^20.4"
52-
ospd = {git = "https://github.com/greenbone/ospd.git", branch = "ospd-20.08"}
52+
ospd = "^20.8"
5353

5454
[tool.poetry.dev-dependencies]
5555
pylint = "^2.5.3"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
'Programming Language :: Python :: 3.8',
5050
],
5151
python_requires='>=3.5',
52-
install_requires=['ospd>=2.0.0', 'redis>=3.0.1', 'psutil', 'packaging'],
52+
install_requires=['ospd>=20.8.0', 'redis>=3.0.1', 'psutil', 'packaging'],
5353
entry_points={'console_scripts': ['ospd-openvas=ospd_openvas.daemon:main']},
5454
test_suite="tests",
5555
)

0 commit comments

Comments
 (0)