Skip to content

Commit

Permalink
Update scapy to version 2.5.0 (#43)
Browse files Browse the repository at this point in the history
* Update scapy to version 2.5.0

* Require scapy >= 2.4.0
  • Loading branch information
william-stearns authored Mar 14, 2023
1 parent 32ce022 commit 843078f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
],
install_requires=[
"scapy ~= 2.4.0",
"scapy >= 2.4.0",
"colorama ~= 0.4.3",
"netifaces ~= 0.10.4"
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py38,py39
[testenv]
allowlist_externals= pytest
deps =
scapy==2.4.0
scapy>=2.4.0
colorama>=0.4.3
netifaces>=0.10.4
commands =
Expand Down

0 comments on commit 843078f

Please sign in to comment.