Skip to content

Commit

Permalink
Add missing comma in setup.py
Browse files Browse the repository at this point in the history
Fixes #292.
  • Loading branch information
triallax authored and tasn committed Apr 18, 2023
1 parent cad79d4 commit 040cb7b
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 @@ -115,7 +115,7 @@ def get_version_string():
'Flask>=1.1.1',
'Flask-WTF>=0.14.2,<1.0.0',
'requests[socks]>=2.21',
'types-setuptools>=50.0.0'
'types-setuptools>=50.0.0',
'pyobjc-framework-Cocoa>=7.0.0 ; sys_platform=="darwin"',
]

Expand Down

0 comments on commit 040cb7b

Please sign in to comment.