File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- [project ]
1+ [tool . poetry ]
22name = " photoprismproxy"
33version = " 0.1.0"
44description = " Small web utility for more easily uploading photo(s) to PhotoPrism"
5- authors = [
6- {name = " Radian LLC" ,email = " contact+photoprismproxy@radian.codes" }
7- ]
5+ authors = [" Radian LLC <contact+photoprismproxy@radian.codes>" ]
86readme = " README.md"
9- requires-python = " >=3.10"
10- dependencies = [
11- " requests (>=2.32.3,<3.0.0)" ,
12- " python-dotenv (>=1.1.0,<2.0.0)" ,
13- " flask (==3.1.0)" ,
14- " gunicorn (>=23.0.0,<24.0.0)"
15- ]
7+ packages = [{ include = " photoprismproxy" }]
8+ python = " ^3.10"
9+
10+ [tool .poetry .dependencies ]
11+ python = " >=3.10"
12+ requests = " >=2.32.3,<3.0.0"
13+ python-dotenv = " >=1.1.0,<2.0.0"
14+ flask = " >=3.1.0,<4.0.0"
15+ gunicorn = " >=23.0.0,<24.0.0"
1616
1717[build-system ]
18- requires = [" poetry-core>=2.0.0,<3 .0.0" ]
18+ requires = [" poetry-core>=1 .0.0" ]
1919build-backend = " poetry.core.masonry.api"
2020
2121[tool .black ]
You can’t perform that action at this time.
0 commit comments