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 | ... | @@ -32,3 +32,6 @@ rarfile>=2.7 |
# other | # other | ||
natsort>=2.2.0 | natsort>=2.2.0 | ||
git+https://github.com/OzzieIsaacs/comicapi.git@5346716578b2843f54d522f44d01bc8d25001d24#egg=comicapi | git+https://github.com/OzzieIsaacs/comicapi.git@5346716578b2843f54d522f44d01bc8d25001d24#egg=comicapi | ||
#kobo integration | |||
jsonschema>=3.2.0 |
Please
register
or
sign in
to comment