[tool.poetry] name = "paw" version = "0.6.0" description = "" authors = ["Alex Ottr "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.12" Django = "^5.0.3" django-colorfield = "^0.11.0" google-auth = "^2.28.2" google-auth-oauthlib = "^1.2.0" python-magic = "^0.4.27" python-dotenv = "^1.0.1" psycopg = {extras = ["binary"], version = "^3.1.18"} gunicorn = "23.0.0" pillow = "^10.3.0" django-ninja = "^1.5.3" django-cotton = "^2.6.1" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"