Skip to content

Commit

Permalink
adding cryptography and pyOpenSSL versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Aug 23, 2024
1 parent 2b34fd2 commit 6477dbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srv/isc-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ name = "sans-isc-agent"
version = "0.1.0"
readme = "README.md"
description = ""
authors = ["Your Name <you@example.com>"]
authors = ["DShield <info@dshield.org>"]

[tool.poetry.dependencies]
python = "^3.7.1"
jinja2 = "~=3.0.3"
pydantic = {extras = ["email"], version = "~=1.9.0"}
requests = "~=2.27.1"
sqlalchemy = "~=1.4.31"
cryptography = "==3.4.6"
cryptography = "==38.0.4"
twisted = {extras = ["all_non_platform", "http2"], version = "~=22.10.0"}
defusedxml = "~=0.7.1"
python-dateutil="*"
pyOpenSSL = "24.2.1"

[tool.poetry.group.dev.dependencies]
pytest = "*"
Expand Down

0 comments on commit 6477dbb

Please sign in to comment.