20 lines
435 B
TOML
20 lines
435 B
TOML
[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",
|
|
"yt-dlp>=2026.3.3",
|
|
]
|