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,8 +43,7 @@ setup(
extras_require = { extras_require = {
'Interactive': [ 'Interactive': [
'pebble.loghash>=2.6', 'prompt_toolkit>=0.55',
'prompt_toolkit>=0.55',
], ],
}, },