Skip to content

Commit 02fae6f

Browse files
committed
add Mock dependency
1 parent 3a817cc commit 02fae6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Dependencies
66
Pygments
77
(apt-get install python-pygments)
88

9+
Mock
10+
(pip install mock`)
11+
912
Introduction
1013
============
1114
A few people asked for stuff like syntax highlighting

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def initialize_options(self):
114114
long_description = """bpython is a fancy interface to the Python
115115
interpreter for Unix-like operating systems.""",
116116
install_requires = [
117-
'pygments'
117+
'pygments', 'mock'
118118
],
119119
packages = ["bpython", "bpython.translations", "bpdb"],
120120
data_files = data_files,

0 commit comments

Comments
 (0)