Skip to content

Commit f8886b8

Browse files
authored
Merge pull request #277 from craigcitro/deps
Small deps and gitignore cleanups.
2 parents ee9bd1e + 6f37ccd commit f8886b8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ __pycache__
1414
\#*#
1515
.#*
1616
.coverage
17+
.cache
18+
absolute.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The last command runs the test suite to verify the setup. During development, yo
3333
The documentation of Jupyter Client is generated from the files in `docs/` using Sphinx. Instructions for setting up Sphinx with a selection of optional modules are in the [Documentation Guide](http://jupyter.readthedocs.io/en/latest/contrib_docs/index.html). You'll also need the `make` command.
3434
For a minimal Sphinx installation to process the Jupyter Client docs, execute:
3535

36-
pip install sphinx sphinx_rtd_theme
36+
pip install ipykernel sphinx sphinx_rtd_theme
3737

3838
The following commands build the documentation in HTML format and check for broken links:
3939

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
]
8383

8484
extras_require = setuptools_args['extras_require'] = {
85-
'test': ['ipykernel', 'ipython', 'pytest'],
85+
'test': ['ipykernel', 'ipython', 'mock', 'pytest'],
8686
}
8787

8888
if 'setuptools' in sys.modules:

0 commit comments

Comments
 (0)