Skip to content

Commit

Permalink
Add missing 'six' dependency
Browse files Browse the repository at this point in the history
Fixes dougn#11
  • Loading branch information
jacebrowning authored Feb 16, 2020
1 parent bb5407e commit 02e2e38
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 @@ -23,6 +23,6 @@
'Topic :: Utilities',
'Topic :: Software Development :: Libraries :: Python Modules',
],
install_requires=['httplib2'],
install_requires=['httplib2', 'six'],
keywords=['plantuml', 'uml']
)

0 comments on commit 02e2e38

Please sign in to comment.