summaryrefslogtreecommitdiff
path: root/django/uvdj/uvdjango/pyproject.toml
diff options
context:
space:
mode:
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",
+]