Skip to content

Commit a2ffdbb

Browse files
committed
change plugin spec requirement from keg to flask
- nothing keg-specific here for dependencies fixes #30
1 parent a1b389c commit a2ffdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keg_storage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from keg_storage.version import VERSION as __version__ # noqa
22
from importlib.util import find_spec as _find_spec
33

4-
if _find_spec('keg'):
4+
if _find_spec('flask'):
55
from keg_storage.plugin import ( # noqa: F401
66
Storage,
77
LinkViewMixin,

0 commit comments

Comments
 (0)