Attempted to reimport from egg

This commit is contained in:
2023-01-02 20:00:29 +01:00
parent a107bdf69e
commit b9d8dbe0a2
22 changed files with 577 additions and 587 deletions

View File

@ -22,8 +22,8 @@ setuptools.setup(
],
install_requires=[
# "matplotlib ~= 3.3.2",
# "pyserial ~= 3.4",
"pytest>=3.7",
"pyserial ~= 3.4",
# "pytest>=3.7",
"tabulate >=0.8.7"
],
)