Skip to content

Commit ca65e02

Browse files
committed
Remove dependency from ua-parser-builtins
It's not super useful, and apparently it causes issues for some tools / workflows (TBF I was surprised pip was fine with it). Fixes #246
1 parent e5bbe5a commit ca65e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ua-parser-builtins/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "ua-parser-builtins"
77
description = "Precompiled rules for User Agent Parser"
88
readme = "README.md"
9-
dependencies = ["ua-parser"]
9+
dependencies = []
1010
requires-python = ">=3.9"
1111
license = {text = "Apache 2.0"}
1212
urls = {repository = "https://github.com/ua-parser/uap-python"}

0 commit comments

Comments
 (0)