Skip to content

Commit

Permalink
Merge 3af794b into 34c80ef
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Mar 23, 2016
2 parents 34c80ef + 3af794b commit 7c38ff7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
Expand Up @@ -20,8 +20,12 @@ graft docs
prune docs/_static

# build/src control detritus
exclude .coveragerc
exclude .editorconfig
exclude .landscape.yaml
exclude appveyor.yml
exclude build_children.sh
exclude tox.ini
global-exclude .git*
global-exclude *.pyc
global-exclude *.so

2 changes: 0 additions & 2 deletions docs/requirements.txt

This file was deleted.

34 changes: 24 additions & 10 deletions requirements.txt
@@ -1,11 +1,25 @@
# Testing and documentation requirements
# Development, documentation & testing requirements.
-e .
-r docs/requirements.txt
coveralls
nose
nose-cov
pep8
pyflakes
check-manifest
pyroma
jarn.viewdoc
Babel==2.2.0
Jinja2==2.8
MarkupSafe==0.23
Pygments==2.1.3
Sphinx==1.3.6
alabaster==0.7.7
check-manifest==0.31
cov-core==1.15.0
coverage==4.0.3
coveralls==1.1
docopt==0.6.2
docutils==0.12
jarn.viewdoc==1.7
nose-cov==1.6
nose==1.3.7
pep8==1.7.0
pyflakes==1.1.0
pyroma==2.0.2
pytz==2016.2
requests==2.9.1
six==1.10.0
snowballstemmer==1.2.1
sphinx-rtd-theme==0.1.9

0 comments on commit 7c38ff7

Please sign in to comment.