Skip to content

Commit 2f41e6d

Browse files
bumped fmtstr required version to 0.0.9
--HG-- branch : scroll-frontend
1 parent a49aa3b commit 2f41e6d

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.4']
156+
'scroll': ['fmtstr>=0.0.9']
157157
},
158158
tests_require = ['mock'],
159159
packages = ["bpython", "bpython.test", "bpython.translations", "bpdb", "bpython.scrollfrontend"],

0 commit comments

Comments
 (0)