summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: c829e6c575fbca2f4d25558609f401ef114131e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool.poetry]
name = "adblock"
version = "0.3.2"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/ArniDagur/python-adblock"
keywords = []

[tool.poetry.dependencies]
python = "^3.5"

[tool.poetry.dev-dependencies]
maturin = "*"
pytest = "*"
toml = "*"