2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Merge pull request #12 from eeintech/updated_requirements

Updated requirements & disabled attr_list+meta extensions
This commit is contained in:
Oliver 2020-09-25 09:49:18 +10:00 committed by GitHub
commit bf11f3abd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 27 deletions

View File

@ -79,10 +79,9 @@ plugins:
# Extensions
markdown_extensions:
- admonition
- attr_list
- meta
# - attr_list
# - meta
- pymdownx.details
- markdown.extensions.codehilite
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.emoji:

View File

@ -1,24 +1,23 @@
click==7.1.2
future==0.18.2
Jinja2==2.11.2
joblib==0.16.0
livereload==2.6.3
lunr==0.5.8
Markdown==3.2.2
MarkupSafe==1.1.1
mkdocs==1.1.2
mkdocs-macros-plugin==0.4.9
mkdocs-material==5.5.12
mkdocs-material-extensions==1.0
nltk==3.5
pip-autoremove==0.9.1
Pygments==2.7.1
pymdown-extensions==8.0
python-dateutil==2.8.1
PyYAML==5.3.1
regex==2020.7.14
repackage==0.7.3
six==1.15.0
termcolor==1.1.0
tornado==6.0.4
tqdm==4.49.0
click>=7.1.2,<8.0
future>=0.18.2,<1.0
Jinja2>=2.11.2,<3.0
joblib>=0.16.0,<1.0
livereload>=2.6.3,<3.0
lunr>=0.5.8,<1.0
Markdown>=3.2.2,<4.0
MarkupSafe>=1.1.1,<2.0
mkdocs>=1.1.2,<2.0
mkdocs-macros-plugin>=0.4.9,<1.0
mkdocs-material>=5.5.12,<6.0
mkdocs-material-extensions>=1.0,<2.0
nltk>=3.5,<4.0
Pygments>=2.7.1,<3.0
pymdown-extensions>=8.0,<9.0
python-dateutil>=2.8.1,<3.0
PyYAML>=5.3.1,<6.0
regex>=2020.7.14,<2021.0
repackage>=0.7.3,<1.0
six>=1.15.0,<2.0
termcolor>=1.1.0,<2.0
tornado>=6.0.4,<7.0
tqdm>=4.49.0,<5.0