Skip to content

Commit 8d943cb

Browse files
committedOct 30, 2021
Loosen distro requirement.
1 parent 0ae1b19 commit 8d943cb

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)
Failed to load comments.