Make Kobo optional
move jsonschema dependency to optional-requirements.txt Added version of jsonschema to about section Added additional column to RemoteAuthToken table Update configuration of Kobo sync protocol
Showing
cps/services/SyncToken.py
0 → 100644
... | ... | @@ -32,3 +32,6 @@ rarfile>=2.7 |
# other | ||
natsort>=2.2.0 | ||
git+https://github.com/OzzieIsaacs/comicapi.git@5346716578b2843f54d522f44d01bc8d25001d24#egg=comicapi | ||
#kobo integration | ||
jsonschema>=3.2.0 |
... | ... | @@ -13,4 +13,3 @@ SQLAlchemy>=1.1.0 |
tornado>=4.1 | ||
Wand>=0.4.4 | ||
unidecode>=0.04.19 | ||
jsonschema>=3.2.0 |
Please
register
or
sign in
to comment