my_book_list_api/pyproject.toml
2025-12-06 21:54:47 +01:00

19 lines
395 B
TOML

[tool.poetry]
name = "book-list-api"
version = "0.1.0"
description = ""
authors = ["Guamss <guams@duck.com>"]
readme = "README.md"
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.13,<4.0"
Django = "^5.2.7"
djangorestframework = ">=3.16.1"
djangorestframework_simplejwt = "^5.5.1"
django-cors-headers = "^4.9.0"
psycopg = "^3.1"
gunicorn = "^22.0"
dotenv = "^0.9.9"
pillow = "^12.0.0"