formatting head

This commit is contained in:
Acid
2025-12-27 15:33:48 -05:00
commit 6f3bdd61d4
63 changed files with 6935 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[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",
]