Skip to content

Commit 8b2fc9b

Browse files
authored
Merge pull request #1906 from ThomasWaldmann/xstatic-legacy-pin
pin xstatic packages to legacy versions
2 parents 0bbce2f + 2741fed commit 8b2fc9b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ dependencies = [
5555
"pdfminer.six", # pdf -> text/plain conversion
5656
"passlib >= 1.6.0", # strong password hashing (1.6 needed for consteq)
5757
"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",
6868
]
6969

7070
[project.optional-dependencies]

0 commit comments

Comments
 (0)