grattoir/pyproject.toml

19 lines
422 B
TOML
Raw Permalink Normal View History

2024-08-20 00:12:28 +02:00
[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"