Skip to content

Commit ec6491a

Browse files
authored
Merge pull request #9 from programatt/fixdeps
Fixes #8 Cython and pygame dependencies
2 parents a09d4e5 + 3c3107a commit ec6491a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Modbus Simulator with GUI based on modbus-tk and Pymodbus
1212

1313
```
1414
$ # Kivy depends on Cython, Install Cython before running the requirements
15-
$ pip install Cython==0.25.2
15+
$ pip install Cython==0.29.2
1616
$ pip install -r requirements
1717
$ # Choose Modbus Backend modbus_tk or pymodbus (default)
1818
$ # To install pymodbus

requirements

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
click>=6.7
2-
Cython==0.25.2
1+
Click==7.0
2+
Cython==0.29.2
33
docutils==0.13.1
4-
Kivy>=1.9.1
4+
Kivy==1.10.1
55
Kivy-Garden==0.1.4
6-
# modbus-tk==0.5.6
7-
pygame==1.9.2
6+
pygame==1.9.4
87
pyglet==1.2.4
98
Pygments==2.1.3
10-
# pymodbus==1.5.2
119
pyserial==3.2.1
1210
requests==2.12.4
1311
six==1.10.0

0 commit comments

Comments
 (0)