python-adblock

Updated Brave adblock library for Python
Log | Files | Refs | README

commit 68ce627709934cacec49172690de62f18ae644d1
parent 671345e1578269c050894bc25c5b309d263efd24
Author: dm <dm@work-pc>
Date:   Wed, 16 Feb 2022 10:34:34 +0800

fix: maturin develop warning

Diffstat:
Mpyproject.toml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -13,5 +13,5 @@ pytest = "*" toml = "*" [build-system] -requires = ["maturin"] -build-backend = "maturin" -\ No newline at end of file +requires = ["maturin>=0.12,<0.13"] +build-backend = "maturin"