Skip to content

Commit

Permalink
Added Sphinx and flake8 to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mischback committed Feb 8, 2018
1 parent 4e434b9 commit 0bd26de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ coverage
# **tox** automates testing
# See https://tox.readthedocs.io/en/latest/index.html
tox

# **Sphinx** is used to create documentation
# See http://www.sphinx-doc.org/en/stable/tutorial.html
Sphinx

# **flake8** is used to check for PEP8 compliance
# See http://flake8.pycqa.org/en/latest/index.html
flake8

0 comments on commit 0bd26de

Please sign in to comment.