We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a09d4e5 + 3c3107a commit ec6491aCopy full SHA for ec6491a
README.md
@@ -12,7 +12,7 @@ Modbus Simulator with GUI based on modbus-tk and Pymodbus
12
13
```
14
$ # Kivy depends on Cython, Install Cython before running the requirements
15
- $ pip install Cython==0.25.2
+ $ pip install Cython==0.29.2
16
$ pip install -r requirements
17
$ # Choose Modbus Backend modbus_tk or pymodbus (default)
18
$ # To install pymodbus
requirements
@@ -1,13 +1,11 @@
1
-click>=6.7
2
-Cython==0.25.2
+Click==7.0
+Cython==0.29.2
3
docutils==0.13.1
4
-Kivy>=1.9.1
+Kivy==1.10.1
5
Kivy-Garden==0.1.4
6
-# modbus-tk==0.5.6
7
-pygame==1.9.2
+pygame==1.9.4
8
pyglet==1.2.4
9
Pygments==2.1.3
10
-# pymodbus==1.5.2
11
pyserial==3.2.1
requests==2.12.4
six==1.10.0
0 commit comments