mirror of https://github.com/google/pebble
fix: remove unregistered pebble.loghash from extras_require
This commit is contained in:
parent
4051c5bb97
commit
a486b8ef85
|
|
@ -43,8 +43,7 @@ setup(
|
||||||
|
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'Interactive': [
|
'Interactive': [
|
||||||
'pebble.loghash>=2.6',
|
'prompt_toolkit>=0.55',
|
||||||
'prompt_toolkit>=0.55',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue