1
0
Fork 0
mirror of synced 2024-06-29 11:30:46 +12: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
No known key found for this signature in database

View file

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