2024-11-20 04:53:04 -04:00
|
|
|
[tool.poetry]
|
|
|
|
name = "daily-wallpaper"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Isaac Shoebottom <ir.shoebottom@gmail.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
requests = "^2.32"
|
|
|
|
urllib3 = "^1.26"
|
2024-11-20 16:34:20 -04:00
|
|
|
python-slugify = "^8.0"
|
|
|
|
tomlkit = "^0.13.2"
|
2024-11-20 04:53:04 -04:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|