Skip to content

Commit

Permalink
Merge pull request #388 from opengisch/bump_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Oct 24, 2023
2 parents a128953 + 3d62d81 commit 2c8b7e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 2 additions & 0 deletions documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
template: home.html
title: QField Ecosystem Documentation
---

# QField Ecosystem Documentation
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ markdown_extensions:
alternate_style: true
- fancyboxmd
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true

Expand Down
17 changes: 7 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
mkdocs-material==8.5.4
mkdocs-material-extensions==1.1.1
mkdocs-video==1.3.0
mkdocs-static-i18n==1.0.3
CairoSVG==2.7.1
cryptography==41.0.4
fancyboxmd==1.1.0
PyGithub==1.55
python-dotenv==0.19.2
mkdocs-material==9.4.6
mkdocs-static-i18n==1.1.1
mkdocs-video==1.5.0
PyGithub==2.1.1
python-dotenv==1.0.0
python-frontmatter==1.0.0
pyyaml==6.0
markdown==3.3.7
pillow==10.0.1
cairosvg==2.7.0
2 changes: 1 addition & 1 deletion utils/push_to_zoho.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re
import markdown
import materialx.emoji # needed by yaml!
import material.extensions.emoji # needed by yaml!
import requests
import yaml

Expand Down

0 comments on commit 2c8b7e6

Please sign in to comment.