Browse Source

Changing dependency version (pyserial most recent release 3.0; won't work)

Roman Chyla 8 years ago
parent
commit
37004fad77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -3,7 +3,7 @@ from setuptools import setup
 setup(name='nodemcu-uploader',
       version='0.1.0-beta',
       install_requires=[
-          'pyserial>=3.0'
+          'pyserial==2.7'
       ],
       scripts = ['nodemcu-uploader.py'],
       url='https://github.com/kmpm/nodemcu-uploader',