working alpha

This commit is contained in:
2021-05-25 08:58:08 +01:00
parent e07185e63c
commit 060bb6f64f
4 changed files with 215 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "comic_downloader"
version = "0.1.0"
description = ""
authors = ["Ajurna <ajurna@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.25.1"
beautifulsoup4 = "^4.9.3"
cloudscraper = "^1.2.58"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"