blob: db074299df5661600eaef3487712fc3620c12266 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
]
|