Browse Source

Updated pyftdi version.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
be7e0ffa30
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup.py

+ 2
- 2
setup.py View File

@@ -27,10 +27,10 @@ setup(name='pyad2',
'pyopenssl', 'pyopenssl',
'pyusb>=1.0.0b1', 'pyusb>=1.0.0b1',
'pyserial>=2.7', 'pyserial>=2.7',
'pyftdi>=0.7.0',
'pyftdi>=0.9.0',
], ],
dependency_links=[ dependency_links=[
'https://github.com/eblot/pyftdi/archive/v0.8.0.tar.gz#egg=pyftdi-0.8.0'
'https://github.com/eblot/pyftdi/archive/v0.9.0.tar.gz#egg=pyftdi-0.9.0'
], ],
test_suite='nose.collector', test_suite='nose.collector',
tests_require=['nose', 'mock'], tests_require=['nose', 'mock'],


Loading…
Cancel
Save