[tests] declare python dependencies with specific versions (#8721)

This commit is contained in:
Jonathan Hui
2023-02-04 21:09:54 -08:00
committed by GitHub
parent 7defbc95bf
commit eb6377f1d7
2 changed files with 25 additions and 3 deletions
@@ -0,0 +1,4 @@
ipaddress
pexpect
pycryptodome
pyshark==0.4.6
+21 -3
View File
@@ -1,4 +1,22 @@
ipaddress
pexpect
pycryptodome
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
ipaddress==1.0.23
# via -r requirements.in
lxml==4.9.2
# via pyshark
packaging==23.0
# via pyshark
pexpect==4.8.0
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
py==1.11.0
# via pyshark
pycryptodome==3.17
# via -r requirements.in
pyshark==0.4.6
# via -r requirements.in