cb31fb5a2ebbbb167b7f07c19f3af9e3e724068c cvaske Tue Jan 7 13:48:52 2025 -0800 civic: remove certifi package hgwdev-new no longer needs the PyPI certificate bundle diff --git src/hg/utils/otto/civic/pyproject.toml src/hg/utils/otto/civic/pyproject.toml index dbf623a..49d528c 100644 --- src/hg/utils/otto/civic/pyproject.toml +++ src/hg/utils/otto/civic/pyproject.toml @@ -1,14 +1,13 @@ [project] name = "civicdbToBed" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "pandas>=2.2.3", - "certifi", - "quak" + "quak", ] [tool.pyright] venvPath = "." venv = ".venv"