1 parent 2cd6651 commit c6624d5Copy full SHA for c6624d5
1 file changed
pyproject.toml
@@ -26,11 +26,6 @@ classifiers = [
26
"Topic :: Internet :: WWW/HTTP",
27
]
28
29
-[project.urls]
30
-Homepage = "https://senuka.me"
31
-Repository = "https://github.com/pythonplumber/zly"
32
-Issues = "https://github.com/pythonplumber/zly/issues"
33
-
34
dependencies = [
35
"fastapi>=0.115.0",
36
"uvicorn[standard]>=0.32.0",
@@ -49,6 +44,11 @@ dependencies = [
49
44
"qrcode[pil]>=8.0",
50
45
51
46
47
+[project.urls]
48
+Homepage = "https://senuka.me"
+Repository = "https://github.com/pythonplumber/zly"
+Issues = "https://github.com/pythonplumber/zly/issues"
+
52
[project.optional-dependencies]
53
dev = [
54
"pytest>=8.3.0",
0 commit comments