Skip to content

Commit

Permalink
Updates requirements
Browse files Browse the repository at this point in the history
Resolves #176.
  • Loading branch information
evhub committed Feb 7, 2017
1 parent 7bc0d53 commit b0d0074
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ def fixpath(path):
"pygments": (2, 2, 0),
"recommonmark": (0, 4, 0),
"sphinx_bootstrap_theme": (0, 4, 13),
"psutil": (5, 1, 2),
"psutil": (5, 1, 3),
"jupyter": (1, 0, 0),
"jupyter-console": (4, 1, 1),
"ipython": (4, 2, 1),
"jupyter-console": (5, 1, 0),
"ipython": (5, 2, 2),
"mypy-lang": (0, 4, 6),
"prompt_toolkit": (1, 0, 13),
"futures": (3, 0, 5),
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
version = VERSION
release = VERSION_STR_TAG

master_doc = 'README'
master_doc = "README"
source_suffix = [".rst", ".md"]
source_parsers = {
".md": CommonMarkParser
Expand Down

0 comments on commit b0d0074

Please sign in to comment.