Skip to content

Commit fc03659

Browse files
committed
Add missing comma in setup.py
1 parent 50a3f7a commit fc03659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_timestamped_version(ver):
3333
'sqlparse >=0.3.0,<0.5',
3434
'configobj >= 5.0.6',
3535
'humanize >= 0.5.1',
36-
'cli_helpers[styles] >= 2.0.0'
36+
'cli_helpers[styles] >= 2.0.0',
3737
'applicationinsights>=0.11.1',
3838
'future>=0.16.0',
3939
'wheel>=0.29.0',

0 commit comments

Comments
 (0)