domschl / python-mchess

Python library to interface with Millennium chess board via ChessLink hardware
Other
23 stars 11 forks source link

Flask code removed, new aiohttp stack is now drop-in replacement with… #16

Closed domschl closed 1 year ago

domschl commented 1 year ago

… no configuration change

In order to upgrade from 0.3.0 simply install aiohttp (and optionally remove flask). The new web stack uses the same configuration as 0.3.0, so no other changes necessary.