17 lines
318 B
TOML
17 lines
318 B
TOML
[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"
|