18 lines
318 B
TOML
18 lines
318 B
TOML
[tool.poetry]
|
|
name = "3anet-scraper"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["h7x4 <h7x4@nani.wtf>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
beautifulsoup4 = "^4.12"
|
|
requests = "^2.30"
|
|
tqdm = "^4.66"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|