From 9a7ca8a6cbab866d6ce6b1eb12e5977f7f2a9367 Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 28 May 2026 18:55:00 +0300 Subject: init --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3