fix: remove unregistered pebble.loghash from extras_require

This commit is contained in:
x4v13r64 2026-03-21 08:33:52 +01:00
parent 4051c5bb97
commit a486b8ef85
1 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ setup(
extras_require = {
'Interactive': [
'pebble.loghash>=2.6',
'prompt_toolkit>=0.55',
],
},