Skip to content

Commit

Permalink
baseline implementations for mqtt connector
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Dec 7, 2021
1 parent d5e42a2 commit 37caf91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ packages = [
[tool.poetry.dependencies]
python = "^3.6"
click = "^8.0.3"
colorlog = "^6.6.0"
importlib-metadata = "^4.8.2"
pika = "^1.2.0"
paho-mqtt = "^1.6.1"
marshmallow = "^3.14.1"
minio = "^7.1.1"
pika = "^1.2.0"
paho-mqtt = "^1.6.1"
PyYAML = "^6.0"


Expand Down
2 changes: 1 addition & 1 deletion reactive_robot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

__author__ = "Yusuf Can Bayrak <[email protected]>"
__version__ = "0.1.0"
__version__ = "0.1.0-alpha.1"

PYTHON_VERSION = f"{sys.version_info.major}.{sys.version_info.minor}"
PKG_DIR = os.path.dirname(os.path.abspath(__file__))

0 comments on commit 37caf91

Please sign in to comment.