-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moves DEPENDENCIES to CONTRIBUTING.md and updates links
- Loading branch information
Showing
3 changed files
with
20 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |