pyproject.toml 349 B

12345678910111213
  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. "requests",
  9. "rich",
  10. "typer",
  11. "zensical",
  12. ]