From 63a1b7fdeff5bd4a168ddba9b9cd39be533c6dbf Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 14 Nov 2022 07:44:23 +0100 Subject: [PATCH] added requirements.txt file for minimum installation to run pm3_tests.sh, there are more python scripts with other requirements. --- CHANGELOG.md | 1 + tools/requirements.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tools/requirements.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index de2615206..30314d514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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... ## [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 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) diff --git a/tools/requirements.txt b/tools/requirements.txt new file mode 100644 index 000000000..8bff1fb56 --- /dev/null +++ b/tools/requirements.txt @@ -0,0 +1,2 @@ +ansicolors==1.1.8 +sslcrypto==5.3