mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-12-12 07:28:12 +00:00
📝 Adds better UV support
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user