zulip-bots: Add BotStorage
Protocol.
The `BotStorage` Protocol is created to add a common type to all storage classes. Note: Protocol is imported from `typing_extensions` as `typing` doesn't provide Protocol for python <= 3.7.
This commit is contained in:
parent
3887ad102e
commit
889e5e333d
2 changed files with 12 additions and 1 deletions
|
@ -65,6 +65,7 @@ setuptools_info = dict(
|
|||
'html2text',
|
||||
'lxml',
|
||||
'BeautifulSoup4',
|
||||
'typing_extensions',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue