19 lines
422 B
TOML
19 lines
422 B
TOML
|
|
[tool.poetry]
|
||
|
|
name = "grattoir"
|
||
|
|
version = "0.1.0"
|
||
|
|
license = "AGPL-3.0-or-later"
|
||
|
|
description = "A selenium webdriver using Tor IPs"
|
||
|
|
authors = ["Michaeël Malter <dev@michaelmalter.fr>"]
|
||
|
|
readme = "README.md"
|
||
|
|
packages = [{include = "grattoir"}]
|
||
|
|
|
||
|
|
[tool.poetry.dependencies]
|
||
|
|
python = "^3.11.9"
|
||
|
|
selenium = "^4.23.1"
|
||
|
|
fake-useragent = "^1.5.1"
|
||
|
|
|
||
|
|
|
||
|
|
[build-system]
|
||
|
|
requires = ["poetry-core"]
|
||
|
|
build-backend = "poetry.core.masonry.api"
|