pyproject.toml 368 B

1234567891011121314
  1. [project]
  2. name = "awesome-django"
  3. version = "0.1.0"
  4. 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)."
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "mkdocs",
  9. "mkdocs-material",
  10. "requests",
  11. "rich",
  12. "typer",
  13. ]