Skip to content

Commit 7895002

Browse files
bump fmtstr dependency version requirement
--HG-- branch : scroll-frontend
1 parent 711d293 commit 7895002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def initialize_options(self):
153153
'pygments'
154154
],
155155
extras_require = {
156-
'scroll': ['fmtstr>=0.0.20'],
156+
'scroll': ['fmtstr>=0.0.23'],
157157
'urwid' : ['urwid']
158158
},
159159
tests_require = ['mock'],

0 commit comments

Comments
 (0)