Remove dpkt from requirements

It seems that this isn't used in this project (at least for now) so
there's no need to keep it in the requirements file.

Change-Id: Id7a0ab375c3a033edc306d1de856ca6a3af3622b
This commit is contained in:
Slawek Kaplonski 2022-11-08 18:02:09 +01:00
parent 118339b725
commit 99709f2eb3

View File

@ -1,6 +1,5 @@
python-subunit >= 0.0.18 python-subunit >= 0.0.18
testtools >= 0.9.30 testtools >= 0.9.30
dpkt >= 1.8.8 # BSD
cryptography >= 2.5, < 3.3 cryptography >= 2.5, < 3.3
netaddr netaddr
netifaces netifaces