diff --git a/pyproject.toml b/pyproject.toml index ac57a7409d..b9080b2cb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,8 @@ dev = [ "pytest-dependency", "Pygments", "ruff", - "tomli" + "tomli", + "twine" ] hard-encoding-detection = [ "chardet"