v0.1.1
0.1.1 — packaging fix
Fixed
- Declared
pygmentsas a runtime dependency.CodeEditorrequires Pygments
for syntax highlighting, but it was not listed in the project dependencies, so a
cleanpip install bootstackwould raiseModuleNotFoundError: No module named 'pygments'when constructing aCodeEditor(including on the bundled demo's
editing page). Pygments is now installed automatically with bootstack.
What's Changed
- fix(deps): declare pygments as a runtime dependency by @israel-dryer in #344
Full Changelog: v0.1.0...v0.1.1