Skip to content

Commit

Permalink
Merge pull request #403 from jjnicola/release
Browse files Browse the repository at this point in the history
Update pyproject.toml and setup.py
  • Loading branch information
bjoernricks authored Apr 16, 2021
2 parents 823f191 + 000d18b commit a41583e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
24 changes: 10 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python = "^3.7"
redis = "^3.5.3"
psutil = "^5.7.2"
packaging = "^20.4"
ospd = {git = "https://github.com/greenbone/ospd.git", branch = "ospd-21.04"}
ospd = "^21.4"

[tool.poetry.dev-dependencies]
pylint = "^2.7.2"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
python_requires='>=3.7',
install_requires=[
'ospd>=21.4.0.dev1',
'ospd>=21.4.0',
'redis>=3.0.1',
'psutil',
'packaging',
Expand Down

0 comments on commit a41583e

Please sign in to comment.