summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorspl3g <spleefer6@gmail.com>2026-05-28 18:55:00 +0300
committerspl3g <spleefer6@gmail.com>2026-05-29 21:18:21 +0300
commit9a7ca8a6cbab866d6ce6b1eb12e5977f7f2a9367 (patch)
treefd7fc37559f8cb35d7a4ad90cefb3231699baac2 /pyproject.toml
init
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..f33ff74
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,11 @@
+[project]
+name = "demo"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.12"
+dependencies = [
+ "django>=6.0.5",
+ "pillow>=12.2.0",
+ "psycopg2-binary>=2.9.12",
+]