Skip to content

Commit

Permalink
fix: aioserial dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Aug 2, 2020
1 parent 1dc9cc3 commit 0bb6e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = "opliko"
__license__ = "MIT"
__version__ = "0.6.b0"
__version__ = "0.6.b1"
__status__ = "Prototype"

try:
Expand Down Expand Up @@ -51,7 +51,7 @@
"Flask-RESTful>=0.3",
"Flask-SocketIO>=4.2",
"flask-talisman>=0.7",
"aioserial>=3.4",
"aioserial>=1.3.0",
"motor>=2.1.0",
"pymongo>=3.10",
"eventlet",
Expand Down

0 comments on commit 0bb6e40

Please sign in to comment.