mirror of
https://github.com/janeczku/calibre-web
synced 2025-04-09 20:26:43 +00:00
Lowered version of needed flask-wtf dependency (#2137)
This commit is contained in:
parent
4517f5b0cb
commit
2ebddcfee3
@ -13,4 +13,4 @@ tornado>=4.1,<6.2
|
||||
Wand>=0.4.4,<0.7.0
|
||||
unidecode>=0.04.19,<1.3.0
|
||||
lxml>=3.8.0,<4.7.0
|
||||
flask-wtf>=0.15.0,<0.16.0
|
||||
flask-wtf>=0.14.2,<0.16.0
|
||||
|
@ -51,7 +51,7 @@ install_requires =
|
||||
Wand>=0.4.4,<0.7.0
|
||||
unidecode>=0.04.19,<1.3.0
|
||||
lxml>=3.8.0,<4.7.0
|
||||
flask-wtf>=0.15.0,<0.16.0
|
||||
flask-wtf>=0.14.2,<0.16.0
|
||||
|
||||
[options.extras_require]
|
||||
gdrive =
|
||||
|
Loading…
x
Reference in New Issue
Block a user