Skip to content

Commit 129a2e9

Browse files
committed
🚜 Start to move to pyproject dependencies
1 parent ca80014 commit 129a2e9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = []
7+
dependencies = [
8+
"django<5.2",
9+
"django-click",
10+
"environs[django]",
11+
"psycopg[binary]",
12+
"whitenoise",
13+
]
814

915
[tool.black]
1016
target-version = ["py312"]

0 commit comments

Comments
 (0)