Use Poetry

This commit is contained in:
2023-12-23 22:52:26 +01:00
parent da5033ed8b
commit e10ea4eb07
2 changed files with 82 additions and 0 deletions

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "twitch-drop-notifier"
version = "0.1.0"
description = ""
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"