mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-05 22:34:57 +01:00
- create release on tag push
- build executables by PyInstaller:
- extract_otp_secrets_linux_x86_64 (glibc 2.28)
- extract_otp_secrets_win_x86_64.exe
- extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
- add TOC
- improve badges
- add PyInstaller section
- docker
- build BASE_IMAGE as ARG
- copy only required files to image
- add .alias
- build.sh
- fix clean
- fix generate results
- generate TOC
31 lines
536 B
TOML
31 lines
536 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
colorama = ">=0.4.6"
|
|
opencv-contrib-python = "*"
|
|
# for macOS: opencv-contrib-python = "<=4.7.0"
|
|
# for PYTHON <= 3.7: typing_extensions = "*"
|
|
pillow = "*"
|
|
protobuf = "*"
|
|
qrcode = "*"
|
|
qreader = "<2.0.0"
|
|
|
|
[dev-packages]
|
|
build = "*"
|
|
flake8 = "*"
|
|
gfm-toc = "*"
|
|
mypy = "*"
|
|
mypy-protobuf = "*"
|
|
pylint = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
pytest-mock = "*"
|
|
setuptools-git-versioning = "*"
|
|
types-protobuf = "*"
|
|
wheel = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|