mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
added requirements.txt file for minimum installation to run pm3_tests.sh, there are more python scripts with other requirements.
This commit is contained in:
parent
c393b0caca
commit
63a1b7fdef
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Added requirements.txt file to tools folder. Minimum to run pm3_tests.sh (@iceman1001)
|
||||||
- Changed `hf mf hardnested` - now can detect and use MFC EV1 signature sector key (@iceman1001)
|
- Changed `hf mf hardnested` - now can detect and use MFC EV1 signature sector key (@iceman1001)
|
||||||
- Changed `hf mf autopwn` - now can detect and use MFC EV1 signature sector key (@iceman1001)
|
- Changed `hf mf autopwn` - now can detect and use MFC EV1 signature sector key (@iceman1001)
|
||||||
- Fixed `pm3` shell script now automatically detects WSL2 with USBIPD serial ports (@iceman1001)
|
- Fixed `pm3` shell script now automatically detects WSL2 with USBIPD serial ports (@iceman1001)
|
||||||
|
|
2
tools/requirements.txt
Normal file
2
tools/requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ansicolors==1.1.8
|
||||||
|
sslcrypto==5.3
|
Loading…
Add table
Add a link
Reference in a new issue