17 lines
347 B
TOML
17 lines
347 B
TOML
[tool.poetry]
|
|
name = "aliperme"
|
|
version = "0.1.0"
|
|
description = "A simple scraper"
|
|
authors = ["Gianmarco Pettinato <gianmarco@pettinato.eu>"]
|
|
license = "Private"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
yapf = "^0.32.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|