Skip to content

Commit 7070954

Browse files
Create pyproject.toml
1 parent e4a69dc commit 7070954

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[project]
2+
name = "photoprismproxy"
3+
version = "0.1.0"
4+
description = "Small web utility for more easily uploading photo(s) to PhotoPrism"
5+
authors = [
6+
{name = "Radian LLC",email = "contact+photoprismproxy@radian.codes"}
7+
]
8+
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,<4.0.0)",
14+
"gunicorn (>=23.0.0,<24.0.0)"
15+
]
16+
17+
[build-system]
18+
requires = ["poetry-core>=2.0.0,<3.0.0"]
19+
build-backend = "poetry.core.masonry.api"
20+
21+
[tool.black]
22+
target-version = ["py310"]

0 commit comments

Comments
 (0)