Skip to content

Commit 886576e

Browse files
authored
Add dependencies
1 parent ac3c65d commit 886576e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
setup(
44
name = 'pySerialTransfer',
55
packages = ['pySerialTransfer'],
6-
version = '2.0.1',
6+
version = '2.0.2',
77
description = 'Python package used to transmit and receive low overhead byte packets - especially useful for PC<-->Arduino USB communication (compatible with https://github.com/PowerBroker2/SerialTransfer)',
88
author = 'Power_Broker',
99
author_email = 'gitstuff2@gmail.com',
1010
url = 'https://github.com/PowerBroker2/pySerialTransfer',
11-
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.0.0.tar.gz',
11+
download_url = 'https://github.com/PowerBroker2/pySerialTransfer/archive/2.0.2.tar.gz',
1212
keywords = ['Arduino', 'serial', 'usb', 'protocol', 'communication'],
1313
classifiers = [],
14+
install_requires=['pyserial']
1415
)

0 commit comments

Comments
 (0)