itchiodl/pyproject.toml

18 lines
422 B
TOML

[tool.poetry]
name = "itchio"
version = "1.0.4"
description = "Python Scripts for downloading / archiving your itchio library"
authors = ["Peter Taylor <me@et1.uk>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
requests = "beautifulsoup4"
beautifulsoup4 = "^4.10.0"
clint = "^0.5.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"