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
611 B
Plaintext

black==22.8.0; python_version < '3.7'
black==22.12.0; python_version >= '3.7'
coverage==6.2; python_version < '3.7'
coverage==7.0.1; python_version >= '3.7'
mypy==0.991; python_version >= '3.7'
isort==5.10.1; python_version < '3.7'
isort==5.11.4; python_version >= '3.7'
pytest==7.0.1; python_version < '3.7'
pytest==7.2.0; python_version >= '3.7'
rich==12.6.0; python_version < '3.7'
rich==13.3.1; python_version >= '3.7'
ruff==0.0.264; python_version >= '3.7'
testresources==2.0.1
types-gdb==12.1.4.1
types-psutil==5.9.5
types-Pygments==2.12.1
types-tabulate==0.9.0.0
types-requests==2.28.11.17
vermin==1.5.1