mirror of https://github.com/pwndbg/pwndbg.git
freeze requirements
parent
34a5847f04
commit
cf7917c64b
@ -1,15 +1,22 @@
|
|||||||
future
|
attrs==21.4.0
|
||||||
isort!=4.3.0
|
|
||||||
pip
|
|
||||||
psutil>=3.1.0
|
|
||||||
pycparser
|
|
||||||
pyelftools
|
|
||||||
python-ptrace>=0.8
|
|
||||||
ROPgadget
|
|
||||||
six
|
|
||||||
pygments
|
|
||||||
capstone==4.0.2
|
capstone==4.0.2
|
||||||
enum34
|
enum34==1.1.10
|
||||||
pytest
|
future==0.18.2
|
||||||
testresources
|
iniconfig==1.1.1
|
||||||
unicorn==1.0.3
|
isort==5.10.1
|
||||||
|
packaging==21.3
|
||||||
|
pbr==5.9.0
|
||||||
|
pluggy==1.0.0
|
||||||
|
psutil==5.9.1
|
||||||
|
py==1.11.0
|
||||||
|
pycparser==2.21
|
||||||
|
pyelftools==0.28
|
||||||
|
Pygments==2.12.0
|
||||||
|
pyparsing==3.0.9
|
||||||
|
pytest==7.1.2
|
||||||
|
python-ptrace==0.9.8
|
||||||
|
ROPGadget==6.8
|
||||||
|
six==1.16.0
|
||||||
|
testresources==2.0.1
|
||||||
|
tomli==2.0.1
|
||||||
|
unicorn==1.0.3
|
||||||
Loading…
Reference in new issue