reswitched / SwIPC

IPC interface specifications and other useful info
https://reswitched.github.io/SwIPC/
ISC License
50 stars 15 forks source link

Fix CommonMark usage due to breaking change in latest version #45

Closed corenting closed 6 years ago

corenting commented 6 years ago

CommonMark changed the module name in the lastest version from CommonMark to commonmark (https://github.com/rtfd/CommonMark-py/issues/137) This broke build on TravisCI and new installations of the project.

roblabla commented 6 years ago

Thx! Maybe we should add a version bound to the requirements.txt ? E.g. commonmark ~= 0.8.1 and tatsu ~= 4.2.6

corenting commented 6 years ago

@roblabla Good idea, I specified the version for the 2 modules in requirements.txt to avoid any future problems.

roblabla commented 6 years ago

Awesome, thanks a lot!