From 17b35496cc7e12a25f80c8b4dc1375a08d964d2e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 25 Apr 2024 22:25:58 -0700 Subject: [PATCH] fix missing bottle in dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ac1992e9..2f78a1b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,7 @@ debug = [ ] test = [ "pytest", + "bottle", ] lint = [ "flake8",