Skip to content

Commit 09b6c66

Browse files
Update pyproject.toml
1 parent 22d4d03 commit 09b6c66

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[project]
1+
[tool.poetry]
22
name = "photoprismproxy"
33
version = "0.1.0"
44
description = "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>"]
86
readme = "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"]
1919
build-backend = "poetry.core.masonry.api"
2020

2121
[tool.black]

0 commit comments

Comments
 (0)