diff --git a/ua-parser-builtins/pyproject.toml b/ua-parser-builtins/pyproject.toml index db0da38..a9c6d3e 100644 --- a/ua-parser-builtins/pyproject.toml +++ b/ua-parser-builtins/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "ua-parser-builtins" description = "Precompiled rules for User Agent Parser" readme = "README.md" -dependencies = ["ua-parser"] +dependencies = [] requires-python = ">=3.9" license = {text = "Apache 2.0"} urls = {repository = "https://github.com/ua-parser/uap-python"}