@@ -55,16 +55,16 @@ dependencies = [
55
55
" pdfminer.six" , # pdf -> text/plain conversion
56
56
" passlib >= 1.6.0" , # strong password hashing (1.6 needed for consteq)
57
57
" sqlalchemy >= 2.0" , # used by sqla store
58
- " XStatic >= 0.0.2" , # support for static file pypi packages
59
- " XStatic-Bootstrap >=4.5.3.1" ,
60
- " XStatic-Font-Awesome >= 6.2.1.0" ,
61
- " XStatic-CKEditor >= 3.6.1.2" ,
62
- " XStatic-autosize" ,
63
- " XStatic-jQuery >= 1.8.2" ,
64
- " XStatic-jQuery-File-Upload >= 10.31.0" ,
65
- " XStatic-svg-edit-moin >= 2012.11.15.1" ,
66
- " XStatic-JQuery.TableSorter >= 2.14.5.1" ,
67
- " XStatic-Pygments >= 1.6.0.1" ,
58
+ " XStatic >= 0.0.2, < 2.0.0 " , # support for static file pypi packages
59
+ " XStatic-Bootstrap >=4.5.3.1, <= 4.5.3.1 " ,
60
+ " XStatic-Font-Awesome >= 6.2.1.0, <= 6.2.1.1 " ,
61
+ " XStatic-CKEditor >= 3.6.1.2, <= 3.6.4.0 " ,
62
+ " XStatic-autosize <= 1.17.2.1 " ,
63
+ " XStatic-jQuery >= 1.8.2, <= 3.5.1.1 " ,
64
+ " XStatic-jQuery-File-Upload >= 10.31.0, <= 10.31.0.1 " ,
65
+ " XStatic-svg-edit-moin >= 2012.11.15.1, <= 2012.11.27.1 " ,
66
+ " XStatic-JQuery.TableSorter >= 2.14.5.1, <= 2.14.5.2 " ,
67
+ " XStatic-Pygments >= 1.6.0.1, <= 2.9.0.1 " ,
68
68
]
69
69
70
70
[project .optional-dependencies ]
0 commit comments