diff --git a/apio/__init__.py b/apio/__init__.py index 14da0dd5..ddc6c81c 100644 --- a/apio/__init__.py +++ b/apio/__init__.py @@ -9,7 +9,7 @@ # - Information for the Distribution package # -------------------------------------------- -VERSION = (0, 6, 3) +VERSION = (0, 6, 4) __version__ = ".".join([str(s) for s in VERSION]) __title__ = "apio" diff --git a/pyproject.toml b/pyproject.toml index 73d4b947..43ca77b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,13 @@ classifiers=[ description-file = "README.md" requires-python = ">=3.7" requires = [ - "pyjwt >=1.5.3,<2" + 'click', + 'semantic_version>=2.5.0,<3', + 'requests>=2.4.0,<3', + 'pyjwt>=1.5.3,<2', + 'colorama', + 'pyserial>=3,<4', + 'wheel>=0.35.0,<1' ] [tool.flit.scripts]