mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-06 03:15:51 -06:00
Switch from requirements.txt to pipenv dependency management
This commit is contained in:
24
Pipfile
Normal file
24
Pipfile
Normal file
@@ -0,0 +1,24 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
iptcinfo3 = "==2.1.4"
|
||||
imageio = "==2.6.1"
|
||||
rawpy = "*"
|
||||
click = "==7.1.2"
|
||||
pillow = ">=7.1.0"
|
||||
protobuf = "==3.11.3"
|
||||
google-cloud-vision = "*"
|
||||
google-api-python-client = "*"
|
||||
colored-traceback = "~=0.3.0"
|
||||
imagehash = "~=4.1.0"
|
||||
rich = "~=8.0.0"
|
||||
setuptools = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
||||
python_full_version = "3.11.0"
|
||||
Reference in New Issue
Block a user