[project] name = "headphones-backend" version = "0.1.0" description = "" authors = [ {name = "apheyhys",email = "apheyhys@gmail.com"} ] readme = "README.md" requires-python = ">=3.13" dependencies = [ "django (>=5.2,<6.0)", "psycopg (>=3.2.6,<4.0.0)", "pillow (>=11.1.0,<12.0.0)", "django-imagekit (>=5.0.0,<6.0.0)", "djangorestframework (>=3.16.0,<4.0.0)" ] [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"