Skip to content

Commit

Permalink
Moves DEPENDENCIES to CONTRIBUTING.md and updates links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvoss committed Jun 13, 2017
1 parent 9545f0e commit 36f776d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 32 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# HARD DEPENDENCIES

If you have a Python version lower than Python 2.6 (which already includes
simplejson as the "json" module), you will need to install simplejson from

- [simplejson](https://github.com/simplejson/simplejson)

# OPTIONAL DEPENDENCIES

If you want to run the UNIT TESTS ("make test"), you also need

- [Nose](http://readthedocs.org/docs/nose/)
- [MiniMock](http://pypi.python.org/pypi/MiniMock)
- [Coverage](http://coverage.readthedocs.io/en/latest/)

If you want to generate the API DOCS ("make docs"), you also need

- [Epydoc](http://epydoc.sourceforge.net/)

31 changes: 0 additions & 31 deletions DEPENDENCIES

This file was deleted.

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include AUTHORS
include COPYING
include DEPENDENCIES
include CONTRIBUTING.md
include NEWS
include makefile

0 comments on commit 36f776d

Please sign in to comment.