Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
requirements.txt: more requirements
Browse files Browse the repository at this point in the history
Introduce:
 * Sphinx for building documentation
 * Nose and coverage for testing
 * flake8 for checking coding style

Signed-off-by: Wei Liu <liuw@liuw.name>
  • Loading branch information
liuw committed Apr 12, 2014
1 parent 108f013 commit 14763b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions requirements.txt
Expand Up @@ -10,3 +10,13 @@ Pygments
alembic
gunicorn
misaka

# Tests and code coverage
nose
coverage

# Documentation
sphinx

# Linter
flake8

0 comments on commit 14763b1

Please sign in to comment.