1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00

fix missing bottle in dev dependencies

This commit is contained in:
Nick Sweeting
2024-04-25 22:25:58 -07:00
parent 1c9f9fe1b7
commit 17b35496cc

View File

@@ -113,6 +113,7 @@ debug = [
]
test = [
"pytest",
"bottle",
]
lint = [
"flake8",