Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set the right ospd dependency
  • Loading branch information
jjnicola committed Aug 11, 2020
1 parent e01ab6c commit 21c4071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ python = "^3.5"
redis = "^3.5.3"
psutil = "^5.7.0"
packaging = "^20.4"
ospd = {git = "https://github.com/greenbone/ospd.git", branch = "ospd-20.08"}
ospd = "^20.8"

[tool.poetry.dev-dependencies]
pylint = "^2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'Programming Language :: Python :: 3.8',
],
python_requires='>=3.5',
install_requires=['ospd>=2.0.0', 'redis>=3.0.1', 'psutil', 'packaging'],
install_requires=['ospd>=20.8.0', 'redis>=3.0.1', 'psutil', 'packaging'],
entry_points={'console_scripts': ['ospd-openvas=ospd_openvas.daemon:main']},
test_suite="tests",
)

0 comments on commit 21c4071

Please sign in to comment.