From d134760fed7aab412c96fd892029473b2ed47835 Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Wed, 6 Jun 2018 13:03:24 -0400 Subject: [PATCH] Add Sphinx and Ipython to the requirements Useful for the development environment. --- REQUIREMENTS.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 8a4a059..b5612ae 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -6,3 +6,5 @@ Markdown==2.6.9 Pygments==2.2.0 pytz==2017.2 PyYAML==3.12 +Sphinx==1.7.5 +ipython==5.7.0