Skip to content

Commit

Permalink
Updates dependency versions
Browse files Browse the repository at this point in the history
Need reprounzip>=0.5.1 if using record_usage().
  • Loading branch information
remram44 committed Dec 19, 2014
1 parent 1233db9 commit 73c34a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reprounzip-docker/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'docker = reprounzip.unpackers.docker:setup']},
namespace_packages=['reprounzip', 'reprounzip.unpackers'],
install_requires=[
'reprounzip>=0.4.1',
'reprounzip>=0.5.1',
'rpaths>=0.8'],
description="Allows the ReproZip unpacker to create Docker containers",
author="Remi Rampin, Fernando Chirigati, Dennis Shasha, Juliana Freire",
Expand Down
2 changes: 1 addition & 1 deletion reprounzip-vagrant/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'vagrant = reprounzip.unpackers.vagrant:setup']},
namespace_packages=['reprounzip', 'reprounzip.unpackers'],
install_requires=[
'reprounzip>=0.4.1',
'reprounzip>=0.5.1',
'rpaths>=0.8',
'paramiko',
'scp'],
Expand Down

0 comments on commit 73c34a4

Please sign in to comment.