Skip to content

Commit 8aaf1f4

Browse files
authored
Users/soujanya/createreleasefixes (#1441)
* create release yml fixes * added script to check python vulnerabilities * added setup tools toi nstall * syntax fix * removed dependencies
1 parent f574be8 commit 8aaf1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-devops/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# http://pypi.python.org/pypi/setuptools
1919

2020
REQUIRES = [
21-
'distro==1.3.0'
21+
'distro>=1.4.0'
2222
]
2323

2424
# Version extraction inspired from 'requests'

0 commit comments

Comments
 (0)