Skip to content

Commit ee2c860

Browse files
committed
Loosen distro requirement.
1 parent 822117e commit ee2c860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'setuptools',
2929
'configparser',
3030
'pywinrm',
31-
'distro==1.5.0',
31+
'distro>1.5,<2',
3232
)
3333

3434
ANSIBLE_REQUIRES = ( # extras for parsing Ansible inventory

0 commit comments

Comments
 (0)