mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
fix missing bottle in dev dependencies
This commit is contained in:
parent
1c9f9fe1b7
commit
17b35496cc
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ debug = [
|
|||
]
|
||||
test = [
|
||||
"pytest",
|
||||
"bottle",
|
||||
]
|
||||
lint = [
|
||||
"flake8",
|
||||
|
|
Loading…
Reference in a new issue