Add licence to oauth
fix comicapi dependency
This commit is contained in:
parent
d82289e303
commit
d168e3bfdb
16
cps/oauth.py
16
cps/oauth.py
|
@ -1,6 +1,22 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# This file is part of the Calibre-Web (https://github.com/janeczku/calibre-web)
|
||||
# Copyright (C) 2018-2019 jim3ma
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
from __future__ import division, print_function, unicode_literals
|
||||
from flask import session
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ rarfile>=2.7
|
|||
|
||||
# other
|
||||
natsort>=2.2.0
|
||||
git+https://github.com/decentral1se/comicapi.git@packaging-fix/remove-python-requires#egg=comicapi
|
||||
git+https://github.com/OzzieIsaacs/comicapi.git@5346716578b2843f54d522f44d01bc8d25001d24#egg=comicapi
|
||||
|
||||
# Oauth Login
|
||||
flask-dance>=0.13.0
|
||||
|
|
|
@ -38,6 +38,7 @@ console_scripts =
|
|||
cps = calibreweb:main
|
||||
[options]
|
||||
include_package_data = True
|
||||
dependency_links = comicapi @ git+https://github.com/OzzieIsaacs/comicapi.git@5346716578b2843f54d522f44d01bc8d25001d24#egg=comicapi
|
||||
install_requires =
|
||||
Babel >= 1.3
|
||||
Flask-Babel >= 0.11.1
|
||||
|
@ -80,7 +81,7 @@ metadata =
|
|||
comics=
|
||||
natsort>=2.2.0
|
||||
# find solution for this should belong to comics
|
||||
# comicapi @ git+https://github.com/decentral1se/comicapi.git@packaging-fix/remove-python-requires#egg=comicapi
|
||||
# comicapi @ git+https://github.com/OzzieIsaacs/comicapi/archive/5346716578b2843f54d522f44d01bc8d25001d24.zip#egg=comicapi
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user