Skip to content

Commit 885937b

Browse files
committed
Add pyproject.toml
1 parent 02df3fe commit 885937b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[project]
2+
name = "silly-comments"
3+
version = "0.1.0"
4+
description = "Silly simple website comment system using HTMX"
5+
readme = "README.md"
6+
requires-python = ">=3.14"
7+
dependencies = [
8+
"jinja2",
9+
"flask",
10+
"ulid-py",
11+
"pytest",
12+
"requests>=2.32.5",
13+
]

0 commit comments

Comments
 (0)