Skip to content

Commit 78e99f2

Browse files
authored
Merge pull request #66 from johnduarte/asc-1661/fix-requirements
ASC-1661 Add packaging to setup requirements
2 parents 5e71a81 + 6aeff0e commit 78e99f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
python_requirements = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
1515
requirements = ['configparser',
16+
'packaging~=18.0',
1617
'paramiko',
1718
'pytest~=3.6',
1819
'setuptools',

0 commit comments

Comments
 (0)