summaryrefslogtreecommitdiff
path: root/django/uvdj/uvdjango/pyproject.toml
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-13 17:06:22 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-13 17:06:22 +0530
commitbd3664c6315dca15d15bdf4d4a6342b2131e041c (patch)
tree1c6e326bc935e4bd78490f7f495757198dd826c2 /django/uvdj/uvdjango/pyproject.toml
Diffstat (limited to 'django/uvdj/uvdjango/pyproject.toml')
-rw-r--r--django/uvdj/uvdjango/pyproject.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/django/uvdj/uvdjango/pyproject.toml b/django/uvdj/uvdjango/pyproject.toml
new file mode 100644
index 0000000..db07429
--- /dev/null
+++ b/django/uvdj/uvdjango/pyproject.toml
@@ -0,0 +1,16 @@
+[project]
+name = "uvdjango"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.13"
+dependencies = [
+ "django>=5.2.7",
+ "ipython>=9.6.0",
+]
+
+[dependency-groups]
+dev = [
+ "basedpyright>=1.31.6",
+ "black>=25.9.0",
+]