mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
31 lines
486 B
TOML
31 lines
486 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
colorama = "0.4.6"
|
|
opencv-contrib-python = "*"
|
|
numpy = "2.3.5"
|
|
# for macOS: opencv-contrib-python = "<=4.7.0"
|
|
pillow = "*"
|
|
pyzbar = "*"
|
|
protobuf = "*"
|
|
qrcode = "*"
|
|
qreader = "1.3.2"
|
|
|
|
[dev-packages]
|
|
build = "*"
|
|
flake8 = "*"
|
|
gfm-toc = "*"
|
|
mypy = "*"
|
|
mypy-protobuf = "*"
|
|
nuitka = "*"
|
|
pylint = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-mock = "*"
|
|
types-protobuf = "*"
|
|
|
|
[requires]
|
|
python_version = "3.14"
|