Skip to content

Commit ebd8682

Browse files
committed
update 'setup.py' file
1 parent d4cd12c commit ebd8682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = '0.1.1'
5+
VERSION = '0.2.0'
66

77
setup(
88
name = 'hdlcontroller',
@@ -18,6 +18,6 @@
1818
long_description_markdown_filename = 'README.md',
1919
py_modules = ['hdlcontroller'],
2020
scripts = ['hdlcontroller.py'],
21-
install_requires = ['python4yahdlc>=1.0.2'],
21+
install_requires = ['python4yahdlc>=1.0.2', 'pyserial'],
2222
test_suite = 'test',
2323
)

0 commit comments

Comments
 (0)