Skip to content

Commit

Permalink
Pin dependencies to specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed May 6, 2020
1 parent 38dc44a commit 5a394fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
packages=['popper', 'popper.commands'],
include_package_data=True,
install_requires=[
'python-vagrant',
'GitPython',
'spython',
'click',
'click==7.1.2',
'docker==4.2.0',
'GitPython==3.1.0',
'pyhcl==0.4.0',
'pyyaml',
'docker'
'pyyaml==5.3.1',
'python-vagrant==0.5.15',
'spython==0.0.79',
],
extras_require={
'dev': ['testfixtures']
Expand Down

0 comments on commit 5a394fd

Please sign in to comment.