aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-06-01 20:51:29 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-06-01 20:54:35 +0300
commit1144b33e33bbf3a05e4e75df8a677c8aa82a3137 (patch)
tree96bf5082386ccf92ecce51b1d19b6188074aee5d /pyproject.toml
parent73378c104a0774c213e2ede7c557b14c40f8a12d (diff)
Add stuff
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 94ab690..085910c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,3 +11,8 @@ dependencies = [
"python-dotenv>=1.1.0",
"requests>=2.32.3",
]
+
+[dependency-groups]
+dev = [
+ "gunicorn>=23.0.0",
+]