Skip to content

Commit

Permalink
Merge pull request #16 from slohse/setup_comma_fix
Browse files Browse the repository at this point in the history
Fix missing comma in setup.py
  • Loading branch information
aanil authored Nov 19, 2024
2 parents 3d202fd + 8b66b3b commit 4d7d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_version():
packages = find_packages(),
include_package_data = True,
install_requires = [
'ibmcloudant>=0.9.1'
'ibmcloudant>=0.9.1',
'simplejson',
'pyyaml',
'requests',
Expand Down

0 comments on commit 4d7d94c

Please sign in to comment.