17 lines
416 B
TOML
17 lines
416 B
TOML
[project]
|
|
name = "musiccontroller"
|
|
version = "0.1.0"
|
|
description = "Full stack application using django + react "
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"django-cors-headers>=4.7.0",
|
|
"django-stubs>=5.2.2",
|
|
"django-stubs-ext>=5.2.2",
|
|
"djangorestframework>=3.16.0",
|
|
"djangorestframework-types>=0.9.0",
|
|
"dotenv>=0.9.9",
|
|
"requests>=2.32.4",
|
|
"uvicorn>=0.35.0",
|
|
]
|