From 7ff3ede52635fb0ca870b9e3d53c4968f972255e Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Mon, 21 Oct 2013 19:00:12 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61723ac..0558d82 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup(name='arduino-python', version='0.2', - install_requires=['pyserial >= 2.6'], + install_requires=['pyserial'], description="A light-weight Python library that provides a serial \ bridge for communicating with Arduino microcontroller boards.", author='Tristan Hearn',