pyproject.toml 316 B

1234567891011121314
  1. [project]
  2. name = "abx"
  3. version = "0.1.0"
  4. description = "The common shared interfaces for the ABX ArchiveBox plugin ecosystem."
  5. readme = "README.md"
  6. requires-python = ">=3.10"
  7. dependencies = [
  8. "pluggy>=1.5.0",
  9. "django>=5.1.1,<6.0",
  10. ]
  11. [build-system]
  12. requires = ["hatchling"]
  13. build-backend = "hatchling.build"