Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 7.34.1 to 7.35.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
499 B
TOML
32 lines
499 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
colorama = "0.4.6"
|
|
opencv-contrib-python = "4.13.0.92"
|
|
numpy = "2.4.6"
|
|
# for macOS: opencv-contrib-python = "<=4.7.0"
|
|
pillow = "*"
|
|
pyzbar = "*"
|
|
protobuf = "7.35.0"
|
|
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"
|