mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Switched dependencies to compatible release clauses
This commit is contained in:
parent
1237bec704
commit
b5434a0d8c
@ -61,10 +61,10 @@ RUN \
|
|||||||
&& \
|
&& \
|
||||||
if [ "${WITH_PLUGINS}" = "true" ]; then \
|
if [ "${WITH_PLUGINS}" = "true" ]; then \
|
||||||
pip install --no-cache-dir \
|
pip install --no-cache-dir \
|
||||||
"mkdocs-minify-plugin>=0.3" \
|
"mkdocs-minify-plugin~=0.7" \
|
||||||
"mkdocs-redirects>=1.0" \
|
"mkdocs-redirects~=1.2" \
|
||||||
"pillow>=9.0" \
|
"pillow~=9.4" \
|
||||||
"cairosvg>=2.5"; \
|
"cairosvg~=2.6"; \
|
||||||
fi \
|
fi \
|
||||||
&& \
|
&& \
|
||||||
if [ -e user-requirements.txt ]; then \
|
if [ -e user-requirements.txt ]; then \
|
||||||
|
@ -19,16 +19,16 @@
|
|||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
# Requirements for core
|
# Requirements for core
|
||||||
jinja2>=3.0
|
jinja2~=3.0
|
||||||
markdown>=3.2
|
markdown~=3.2
|
||||||
mkdocs>=1.5.2
|
mkdocs~=1.5
|
||||||
mkdocs-material-extensions>=1.1
|
mkdocs-material-extensions~=1.1
|
||||||
pygments>=2.14
|
pygments~=2.16
|
||||||
pymdown-extensions>=9.9.1
|
pymdown-extensions~=10.2
|
||||||
|
|
||||||
# Requirements for plugins
|
# Requirements for plugins
|
||||||
babel>=2.10.3
|
babel~=2.10
|
||||||
colorama>=0.4
|
colorama~=0.4
|
||||||
paginate>=0.5.6
|
paginate~=0.5
|
||||||
regex>=2022.4.24
|
regex~=2022.4
|
||||||
requests>=2.26
|
requests~=2.26
|
||||||
|
Loading…
Reference in New Issue
Block a user