mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-06 01:15:45 -06:00
29 lines
521 B
TOML
29 lines
521 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
iptcinfo3 = "==2.1.4"
|
|
imageio = "==2.6.1"
|
|
rawpy = "*"
|
|
click = "~=8.1.0"
|
|
pillow = ">=7.1.0"
|
|
protobuf = ">=3.18.3"
|
|
google-cloud-vision = "*"
|
|
google-api-python-client = "*"
|
|
colored-traceback = "~=0.3.0"
|
|
imagehash = "~=4.1.0"
|
|
rich = "~=8.0.0"
|
|
setuptools = "*"
|
|
|
|
[dev-packages]
|
|
vistir = "==0.6.1"
|
|
pipenv-setup = {extras = ["black"], version = "*"}
|
|
black = "*"
|
|
pytest = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|
|
python_full_version = "3.11.0"
|