Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit de3421b

Browse files
committed
fix: Remove pinning of packages
1 parent a850a70 commit de3421b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
coverage==3.7.1
1+
coverage
22
nose
33
nose-cov
4-
testtools
4+
testtools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(*parts):
2020
description='A Python interface for Hashicorp\'s Packer',
2121
long_description=read('README.rst'),
2222
py_modules=['packer'],
23-
install_requires=["sh==1.11"],
23+
install_requires=["sh"],
2424
classifiers=[
2525
'Programming Language :: Python',
2626
'Natural Language :: English',

0 commit comments

Comments
 (0)