Skip to content

Commit

Permalink
apio dependencies added. Version change to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 26, 2021
1 parent 4ef7ce8 commit bbc620e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bbc620e

Please sign in to comment.