mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Merge pull request #12 from eeintech/updated_requirements
Updated requirements & disabled attr_list+meta extensions
This commit is contained in:
commit
bf11f3abd0
@ -79,10 +79,9 @@ plugins:
|
|||||||
# Extensions
|
# Extensions
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- attr_list
|
# - attr_list
|
||||||
- meta
|
# - meta
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- markdown.extensions.codehilite
|
|
||||||
- pymdownx.highlight
|
- pymdownx.highlight
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
|
@ -1,24 +1,23 @@
|
|||||||
click==7.1.2
|
click>=7.1.2,<8.0
|
||||||
future==0.18.2
|
future>=0.18.2,<1.0
|
||||||
Jinja2==2.11.2
|
Jinja2>=2.11.2,<3.0
|
||||||
joblib==0.16.0
|
joblib>=0.16.0,<1.0
|
||||||
livereload==2.6.3
|
livereload>=2.6.3,<3.0
|
||||||
lunr==0.5.8
|
lunr>=0.5.8,<1.0
|
||||||
Markdown==3.2.2
|
Markdown>=3.2.2,<4.0
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe>=1.1.1,<2.0
|
||||||
mkdocs==1.1.2
|
mkdocs>=1.1.2,<2.0
|
||||||
mkdocs-macros-plugin==0.4.9
|
mkdocs-macros-plugin>=0.4.9,<1.0
|
||||||
mkdocs-material==5.5.12
|
mkdocs-material>=5.5.12,<6.0
|
||||||
mkdocs-material-extensions==1.0
|
mkdocs-material-extensions>=1.0,<2.0
|
||||||
nltk==3.5
|
nltk>=3.5,<4.0
|
||||||
pip-autoremove==0.9.1
|
Pygments>=2.7.1,<3.0
|
||||||
Pygments==2.7.1
|
pymdown-extensions>=8.0,<9.0
|
||||||
pymdown-extensions==8.0
|
python-dateutil>=2.8.1,<3.0
|
||||||
python-dateutil==2.8.1
|
PyYAML>=5.3.1,<6.0
|
||||||
PyYAML==5.3.1
|
regex>=2020.7.14,<2021.0
|
||||||
regex==2020.7.14
|
repackage>=0.7.3,<1.0
|
||||||
repackage==0.7.3
|
six>=1.15.0,<2.0
|
||||||
six==1.15.0
|
termcolor>=1.1.0,<2.0
|
||||||
termcolor==1.1.0
|
tornado>=6.0.4,<7.0
|
||||||
tornado==6.0.4
|
tqdm>=4.49.0,<5.0
|
||||||
tqdm==4.49.0
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user