firmware/testing/requirements.txt
dependabot[bot] e04cbd9bf7
Bump requests from 2.32.4 to 2.33.0 in /testing
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 14:24:48 +00:00

28 lines
625 B
Plaintext

# see also? ../cli/requirements.txt
# for testing (only)
pytest==6.2.5
pyserial
ecdsa # already required by ckcc-protocol
python-secp256k1==0.2.0
mnemonic==0.18
onetimepass==1.0.1
# for QR scanning (pulls in numpy)
zbar-py==1.0.4
# NFC and NDEF handling
nfcpy==1.0.3
# optional, and only helpful if you have a desktop NFC-V capable reader
pyscard==2.0.2
# BSMS library
git+https://github.com/coinkite/bsms-bitcoin-secure-multisig-setup.git@master#egg=bsms-bitcoin-secure-multisig-setup
# BBQr library
git+https://github.com/coinkite/BBQr.git@master#egg=bbqr&subdirectory=python
# for backend testing
requests==2.33.0