Skip to content

Commit 6581858

Browse files
committed
Missing comma in setup.py
1 parent 10ee622 commit 6581858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def run(self):
122122
'flask-cache>=0.13.1, <0.14',
123123
'flask-login==0.2.11',
124124
'future>=0.15.0, <0.16',
125-
'funcsigs>=0.4, <1'
125+
'funcsigs>=0.4, <1',
126126
'gunicorn>=19.3.0, <19.4.0', # 19.4.? seemed to have issues
127127
'jinja2>=2.7.3, <3.0',
128128
'markdown>=2.5.2, <3.0',

0 commit comments

Comments
 (0)