mirror of https://github.com/pwndbg/pwndbg.git
Cleanup requirements and run full setup in lint CI job (#1230)
parent
0237c1deff
commit
0d73e9d8c9
@ -1,6 +1,9 @@
|
||||
black
|
||||
coverage==6.4.4; python_version >= '3.7'
|
||||
black==22.8.0
|
||||
coverage==6.2; python_version < '3.7'
|
||||
pytest==7.1.2; python_version >= '3.7'
|
||||
coverage==6.4.4; python_version >= '3.7'
|
||||
flake8==5.0.4
|
||||
testresources==2.0.1
|
||||
isort==5.10.1
|
||||
pytest==7.0.1; python_version < '3.7'
|
||||
types-gdb==12.1.3
|
||||
pytest==7.1.2; python_version >= '3.7'
|
||||
types-gdb==12.1.3
|
||||
|
||||
Loading…
Reference in new issue