Skip to content

Commit

Permalink
update all dependencies + pin test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Apr 9, 2024
1 parent 8efb442 commit 3cb61af
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ readme = "README.rst"
# ToDo: fix smtp incompatibility with 3.12
requires-python = ">=3.8,<3.12"
dependencies = [
"hl7apy==1.3.4",
"impacket==0.9.24",
"netifaces==0.11.0",
"paramiko==3.1.0",
"psutil==5.9.0",
"psycopg2-binary==2.9.3",
"pycryptodome==3.19.0",
"pynetdicom==2.0.2",
"requests==2.28.2",
"requests[socks]==2.28.2",
"scapy==2.4.5",
"service-identity==21.1.0",
"twisted==21.7.0",
"hl7apy~=1.3.5",
"impacket~=0.11.0",
"netifaces~=0.11.0",
"paramiko~=3.4.0",
"psutil~=5.9.8",
"psycopg2-binary~=2.9.9",
"pycryptodome~=3.20.0",
"pynetdicom~=2.0.2",
"requests~=2.31.0",
"requests[socks]~=2.31.0",
"scapy~=2.5.0",
"service-identity~=24.1.0",
"twisted~=24.3.0",
]
license = {text = "AGPL-3.0"}

Expand All @@ -36,18 +36,17 @@ Homepage = "https://github.com/qeeqbox/honeypots"

[project.optional-dependencies]
dev = [
"dnspython==2.4.2",
"elasticsearch",
"ldap3",
"mysql-connector",
"pre-commit",
"pymssql",
"pysnmplib",
"pytest",
"dnspython~=2.6.1",
"elasticsearch~=8.13.0",
"ldap3~=2.9.1",
"mysql-connector~=2.2.9",
"pre-commit~=3.7.0",
"pymssql~=2.3.0",
"pysnmplib~=5.0.24",
"pytest~=8.1.1",
"pytest-xdist==3.5.0",
"redis",
"redis",
"vncdotool",
"redis~=5.0.3",
"vncdotool~=1.2.0",
]

[project.scripts]
Expand Down

0 comments on commit 3cb61af

Please sign in to comment.