📝 Adds better UV support

This commit is contained in:
Jeff Triplett
2024-12-08 08:58:50 -06:00
parent 0ec2934be0
commit e8ff92b0d2
3 changed files with 20 additions and 6 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "awesome-django"
version = "0.1.0"
description = "A curated list of awesome things related to Django. Maintained by [Will Vincent](https://github.com/wsvincent) and [Jeff Triplett](https://github.com/jefftriplett)."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mkdocs",
"mkdocs-material",
"requests",
"rich",
"typer",
]