summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: c3656a4977ef283cfe726d5d22393fe0cf75d416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool.poetry]
name = "adblock"
version = "0.0.0"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]

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

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

[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"