feat(main): initial commit

This commit is contained in:
2026-03-08 11:28:59 -04:00
commit 458ceb31b1
66 changed files with 7885 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[project]
name = "pytv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"django>=6.0.3",
"django-cors-headers>=4.9.0",
"django-environ>=0.13.0",
"django-ninja>=1.5.3",
"gunicorn>=25.1.0",
"psycopg>=3.3.3",
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-django>=4.12.0",
"pytest-sugar>=1.1.1",
]