-
- Downloads
fix ci by requireing beautifulsoup4<=4.12.3
... | ... | @@ -9,6 +9,7 @@ sphinxcontrib-napoleon>=0.7 |
Pygments>=2.4.2 | ||
flake8>=3.8.3 | ||
sphinx-book-theme>=0.2.0 | ||
beautifulsoup4<=4.12.3 # to work with python3.6, required by sphinx-book-theme | ||
# IDE related (can be skipped) | ||
pylint>=2.3.1 | ||
... | ... |
Please register or sign in to comment