Add initial project configuration files and Python version

This commit is contained in:
Joakim Hellsén 2025-07-08 01:29:27 +02:00
commit 20bfc29ae1
4 changed files with 68 additions and 0 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[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"]