Skip to content

Commit

Permalink
This commit fixes the missing tailing comma in install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-mcgrath committed Jun 10, 2020
1 parent 4599c79 commit 69dba34
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 @@ -15,7 +15,7 @@
'attrs>=19.3.0,<20.0.0',
'enum-compat>=0.0.2',
'jmespath>=0.9.3,<1.0.0',
'pyyaml>=5.3.1,<6.0.0'
'pyyaml>=5.3.1,<6.0.0',
'wheel',
'setuptools'
]
Expand Down

0 comments on commit 69dba34

Please sign in to comment.