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