Limit requirements
This commit is contained in:
parent
6346059698
commit
ac431bbc4a
|
@ -1,34 +1,34 @@
|
||||||
# GDrive Integration
|
# GDrive Integration
|
||||||
google-api-python-client==1.7.11
|
google-api-python-client==1.7.11,<1.8.0
|
||||||
gevent>=1.2.1
|
gevent>=1.2.1,<1.5.0
|
||||||
greenlet>=0.4.12
|
greenlet>=0.4.12,<0.5.0
|
||||||
httplib2>=0.9.2
|
httplib2>=0.9.2,<0.18.0
|
||||||
oauth2client>=4.0.0
|
oauth2client>=4.0.0,<4.14.0
|
||||||
uritemplate>=3.0.0
|
uritemplate>=3.0.0,<3.1.0
|
||||||
pyasn1-modules>=0.0.8
|
pyasn1-modules>=0.0.8,<0.3.0
|
||||||
pyasn1>=0.1.9
|
pyasn1>=0.1.9,<0.5.0
|
||||||
PyDrive>=1.3.1
|
PyDrive>=1.3.1,<1.14.0
|
||||||
PyYAML>=3.12
|
PyYAML>=3.12
|
||||||
rsa==3.4.2
|
rsa==3.4.2,<4.1.0
|
||||||
six>=1.10.0
|
six>=1.10.0,<1.14.0
|
||||||
|
|
||||||
# goodreads
|
# goodreads
|
||||||
goodreads>=0.3.2
|
goodreads>=0.3.2,<0.4.0
|
||||||
python-Levenshtein>=0.12.0
|
python-Levenshtein>=0.12.0,<0.13.0
|
||||||
|
|
||||||
# ldap login
|
# ldap login
|
||||||
python_ldap>=3.0.0
|
python_ldap>=3.0.0,<3.3.0
|
||||||
flask-simpleldap>1.3.0
|
flask-simpleldap>1.3.0,<1.5.0
|
||||||
|
|
||||||
#oauth
|
#oauth
|
||||||
flask-dance>=0.13.0
|
flask-dance>=0.13.0
|
||||||
sqlalchemy_utils>=0.33.5
|
sqlalchemy_utils>=0.33.5,<0.37.0
|
||||||
|
|
||||||
# extracting metadata
|
# extracting metadata
|
||||||
lxml>=3.8.0
|
lxml>=3.8.0,<4.6.0
|
||||||
Pillow>=4.0.0
|
Pillow>=4.0.0,<7.1.0
|
||||||
rarfile>=2.7
|
rarfile>=2.7
|
||||||
|
|
||||||
# other
|
# other
|
||||||
natsort>=2.2.0
|
natsort>=2.2.0,<7.1.0
|
||||||
git+https://github.com/OzzieIsaacs/comicapi.git@ad8bfe5a1c31db882480433f86db2c5c57634a3f#egg=comicapi
|
git+https://github.com/OzzieIsaacs/comicapi.git@ad8bfe5a1c31db882480433f86db2c5c57634a3f#egg=comicapi
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
Babel>=1.3
|
Babel>=1.3, <2.9
|
||||||
Flask-Babel>=0.11.1
|
Flask-Babel>=0.11.1,<1.1.0
|
||||||
Flask-Login>=0.3.2
|
Flask-Login>=0.3.2,<0.5.1
|
||||||
Flask-Principal>=0.3.2
|
Flask-Principal>=0.3.2,<0.5.0
|
||||||
singledispatch>=3.4.0.0
|
singledispatch>=3.4.0.0,<3.5.0.0
|
||||||
backports_abc>=0.4
|
backports_abc>=0.4
|
||||||
Flask>=1.0.2
|
Flask>=1.0.2,<1.2.0
|
||||||
iso-639>=0.4.5
|
iso-639>=0.4.5,<0.5.0
|
||||||
PyPDF2==1.26.0
|
PyPDF2==1.26.0,<1.27.0
|
||||||
pytz>=2016.10
|
pytz>=2016.10
|
||||||
requests>=2.11.1
|
requests>=2.11.1,<2.23.0
|
||||||
SQLAlchemy>=1.1.0
|
SQLAlchemy>=1.1.0,<1.4.0
|
||||||
tornado>=4.1
|
tornado>=4.1,<6.1
|
||||||
Wand>=0.4.4
|
Wand>=0.4.4,<0.6.0
|
||||||
unidecode>=0.04.19
|
unidecode>=0.04.19,<1.2.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user