We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a69dc commit 7070954Copy full SHA for 7070954
pyproject.toml
@@ -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