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 ca80014 commit 129a2e9Copy full SHA for 129a2e9
pyproject.toml
@@ -4,7 +4,13 @@ version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
-dependencies = []
+dependencies = [
8
+ "django<5.2",
9
+ "django-click",
10
+ "environs[django]",
11
+ "psycopg[binary]",
12
+ "whitenoise",
13
+]
14
15
[tool.black]
16
target-version = ["py312"]
0 commit comments