Revert "Revert "Initial commit""

This reverts commit 3ea984c2ef.
This commit is contained in:
akp 2024-08-26 01:08:35 +01:00
parent 3ea984c2ef
commit daa788ba79
8 changed files with 1240 additions and 0 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[tool.poetry]
name = "filmdev-scraper"
version = "0.1.0"
description = ""
authors = ["AKP <abi@akpain.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
selenium = "^4.23.1"
yattag = "^1.16.0"
tqdm = "^4.66.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"