2026-03-08 11:28:59 -04:00
|
|
|
[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",
|
2026-03-08 16:48:58 -04:00
|
|
|
"yt-dlp>=2026.3.3",
|
2026-03-08 11:28:59 -04:00
|
|
|
]
|