formatting head
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user