Skip to content

Commit c2e044d

Browse files
committed
add comma between two packages
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
1 parent 7114cda commit c2e044d

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
@@ -200,7 +200,7 @@ def read(*names, **kwargs):
200200
'xmltodict >= 0.11.0',
201201
'javaproperties >= 0.5',
202202
'toml >= 0.10.0',
203-
'gemfileparser >= 0.7.0'
203+
'gemfileparser >= 0.7.0',
204204
'pkginfo >= 1.5.0.1',
205205
'dparse >= 0.4.1',
206206

0 commit comments

Comments
 (0)