pyproject.toml 519 B

123456789101112131415161718192021222324
  1. [tool.poetry]
  2. name = "emus"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["Colin Powell <colin@unbl.ink>"]
  6. [tool.poetry.dependencies]
  7. python = "^3.8"
  8. Django = "^4.0.3"
  9. django-extensions = "^3.1.5"
  10. python-dateutil = "^2.8.2"
  11. python-dotenv = "^0.20.0"
  12. python-json-logger = "^2.0.2"
  13. colorlog = "^6.6.0"
  14. djangorestframework = "^3.13.1"
  15. Markdown = "^3.3.6"
  16. django-filter = "^21.1"
  17. Pillow = "^9.0.1"
  18. [tool.poetry.dev-dependencies]
  19. [build-system]
  20. requires = ["poetry-core>=1.0.0"]
  21. build-backend = "poetry.core.masonry.api"