Skip to content

Commit

Permalink
Fix dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Mar 29, 2016
1 parent f320658 commit 25d484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
zip_safe=False,
install_requires=[
'tornado>=4.0',
'pynetworktables>=2015.3.1'
'pynetworktables>=2015.3.2'
],
entry_points={'console_scripts': [ 'pynetworktables2js = pynetworktables2js.__main__:main' ]},
license="BSD License",
Expand Down

0 comments on commit 25d484c

Please sign in to comment.