You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/dev-requirements.txt

20 lines
604 B
Plaintext

black==22.8.0; python_version < '3.7'
black==23.3.0; python_version >= '3.7'
coverage==6.2; python_version < '3.7'
coverage==7.2.6; python_version >= '3.7'
isort==5.10.1; python_version <= '3.7'
isort==5.12.0; python_version > '3.7'
mypy==1.3.0; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7'
pytest==7.3.1; python_version >= '3.7'
rich==12.6.0; python_version < '3.7'
rich==13.3.5; python_version >= '3.7'
ruff==0.0.270; python_version >= '3.7'
testresources==2.0.1
types-gdb==12.1.4.1
types-psutil==5.9.5
types-Pygments==2.15.0
types-tabulate==0.9.0
types-requests==2.31.0
vermin==1.5.1