Update cli.py

This commit is contained in:
Joakim Hellsén 2024-05-22 01:51:07 +02:00
commit 98a5768827
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
4 changed files with 47 additions and 50 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
description = "RSS Archive"
authors = ["Joakim Hellsén <tlovinator@gmail.com>"]
readme = "README.md"
packages = [{ include = "app" }]
[tool.poetry.dependencies]
python = "^3.12"