mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 06:44:57 +01:00
* adapt to git for win - fix numpy in order to avoid need for compilation - use Python 3.14 * update build.sh pipenv * fix(deps): update numpy version constraints for Python compatibility in requirements.txt * fix(deps): update numpy version constraints for more flexibility * fix(deps): specify numpy versions and use pip install --dev * revert pip install -U --dev * add install mesa-libGL for Fedora * add gitattributs
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.4"
|
|
# 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"
|