14 lines
378 B
TOML
14 lines
378 B
TOML
[project]
|
|
name = "ttvdrops"
|
|
version = "0.1.0"
|
|
description = "Get notified when a new drop is available on Twitch."
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = ["django>=5.2.4"]
|
|
|
|
[dependency-groups]
|
|
dev = ["pytest>=8.4.1", "pytest-django>=4.11.1"]
|
|
|
|
[tool.pytest.ini_options]
|
|
DJANGO_SETTINGS_MODULE = "config.settings"
|
|
python_files = ["test_*.py", "*_test.py"]
|