Bugfix: RevPi simulator could not be startet without existing proc.img file

The simulator will create a new proc.img file on startup if it does not exist.
This commit is contained in:
2021-06-27 11:45:01 +02:00
parent 0831e8253a
commit ea9a13e18c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ class MyEggInfo(distutils.command.install_egg_info.install_egg_info):
setup(
version="0.9.3",
version="0.9.3b",
python_requires="~=3.4",
requires=["PyQt5", "revpimodio2", "zeroconf"],