zauberzeug / lizard

Domain-specific language to specify behaviour of microcontroller managed hardware
MIT License
15 stars 5 forks source link

Asyncio in Requirements #72

Closed JensOgorek closed 2 months ago

JensOgorek commented 2 months ago

From python 3.7 and upwards, you don't need to install asyncio manually. If you do, you could run into problems with code not executing anymore (happened on 3.12.3)