Skip to content

Commit

Permalink
Update requirements to the latest versions available
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 16, 2014
1 parent d0a5afa commit 0d09a6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
'src/vpoller-worker',
],
install_requires=[
'pyzmq >= 14.1.1',
'docopt >= 0.6.1',
'pyvmomi >= 5.5.0',
'tabulate >= 0.7.2',
'pyzmq >= 14.3.1',
'docopt >= 0.6.2',
'pyvmomi >= 5.5.0-2014.1.1',
'tabulate >= 0.7.3',
'vconnector >= 0.3.0',
]
)

0 comments on commit 0d09a6e

Please sign in to comment.