Skip to content

Commit 6f1713a

Browse files
fmtstr dependency version bump for python3 compatibility
--HG-- branch : scroll-frontend
1 parent ea8528a commit 6f1713a

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

0 commit comments

Comments
 (0)