mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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 \
|
||||
pip install --no-cache-dir \
|
||||
"mkdocs-minify-plugin>=0.3" \
|
||||
"mkdocs-redirects>=1.0" \
|
||||
"pillow>=9.0" \
|
||||
"cairosvg>=2.5"; \
|
||||
"mkdocs-minify-plugin~=0.7" \
|
||||
"mkdocs-redirects~=1.2" \
|
||||
"pillow~=9.4" \
|
||||
"cairosvg~=2.6"; \
|
||||
fi \
|
||||
&& \
|
||||
if [ -e user-requirements.txt ]; then \
|
||||
|
@ -19,16 +19,16 @@
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
# Requirements for core
|
||||
jinja2>=3.0
|
||||
markdown>=3.2
|
||||
mkdocs>=1.5.2
|
||||
mkdocs-material-extensions>=1.1
|
||||
pygments>=2.14
|
||||
pymdown-extensions>=9.9.1
|
||||
jinja2~=3.0
|
||||
markdown~=3.2
|
||||
mkdocs~=1.5
|
||||
mkdocs-material-extensions~=1.1
|
||||
pygments~=2.16
|
||||
pymdown-extensions~=10.2
|
||||
|
||||
# Requirements for plugins
|
||||
babel>=2.10.3
|
||||
colorama>=0.4
|
||||
paginate>=0.5.6
|
||||
regex>=2022.4.24
|
||||
requests>=2.26
|
||||
babel~=2.10
|
||||
colorama~=0.4
|
||||
paginate~=0.5
|
||||
regex~=2022.4
|
||||
requests~=2.26
|
||||
|
Loading…
Reference in New Issue
Block a user