pwndbg/dev-requirements.txt

22 lines
717 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'
flake8==5.0.4; python_version < '3.9'
flake8==6.0.0; python_version >= '3.9'
flake8-builtins==2.0.0; python_version < '3.7'
flake8-builtins==2.1.0; python_version >= '3.7'
mypy==0.991; python_version >= '3.7'
testresources==2.0.1
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'
types-gdb==12.1.4.1
types-psutil==5.9.5
types-Pygments==2.12.1
types-tabulate==0.9.0.0
vermin==1.5.1
rich==12.6.0; python_version < '3.7'
rich==13.3.1; python_version >= '3.7'