We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cd12c commit ebd8682Copy full SHA for ebd8682
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup
4
5
-VERSION = '0.1.1'
+VERSION = '0.2.0'
6
7
setup(
8
name = 'hdlcontroller',
@@ -18,6 +18,6 @@
18
long_description_markdown_filename = 'README.md',
19
py_modules = ['hdlcontroller'],
20
scripts = ['hdlcontroller.py'],
21
- install_requires = ['python4yahdlc>=1.0.2'],
+ install_requires = ['python4yahdlc>=1.0.2', 'pyserial'],
22
test_suite = 'test',
23
)
0 commit comments