Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
625 B
Plaintext
28 lines
625 B
Plaintext
# see also? ../cli/requirements.txt
|
|
|
|
# for testing (only)
|
|
pytest==9.0.3
|
|
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.32.4
|