chore: update backend virtual environment dependencies and Django framework files

This commit is contained in:
Your Name
2026-04-09 12:16:14 +05:30
parent 1c909a3354
commit 38a19edc1d
12 changed files with 394 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"django>=6.0.4",
"django-cors-headers>=4.9.0",
"django-environ>=0.13.0",
"djangorestframework>=3.17.1",
"djangorestframework-simplejwt>=5.5.1",
"psycopg2-binary>=2.9.11",
"ruff>=0.15.9",
]