Skip to content

Commit d666450

Browse files
authored
Update setup.py
Missing comma causing breakages in downstream projects
1 parent 2ed71d5 commit d666450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def read(fname):
4141
packages = ['IxNetwork'],
4242
package_data = { 'IxNetwork': ['requirements.txt'] },
4343
install_requires=[
44-
'backports.ssl>=0.0.9'
44+
'backports.ssl>=0.0.9',
4545
'backports.ssl-match-hostname>=3.5.0.1',
4646
'pyopenssl>=17.5.0',
4747
'requests>=2.18.4',

0 commit comments

Comments
 (0)