Skip to content

Commit

Permalink
Add requirements and fix documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Sep 24, 2017
1 parent ae1f22f commit 2a6af68
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributing
============

Contributions are welcome, and they are greatly appreciated! Every
little bit helps, and credit will always be given.
little bit helps, and credit will always be given.

You can contribute in many ways:

Expand Down Expand Up @@ -36,7 +36,7 @@ is open to whoever wants to implement it.
Write Documentation
~~~~~~~~~~~~~~~~~~~

MerkavaDB could always use more documentation, whether as part of the
MerkavaDB could always use more documentation, whether as part of the
official MerkavaDB docs, in docstrings, or even on the web in blog posts,
articles, and such.

Expand Down Expand Up @@ -84,7 +84,7 @@ To get tox, just pip install it.

6. Submit a pull request through the GitHub website.

.. _Fork: https://github.com/Nekroze/merkava/fork
.. _Fork: https://github.com/ahopkins/merkava/fork

Pull Request Guidelines
-----------------------
Expand All @@ -96,7 +96,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.6, 2.7, and 3.3, and for PyPy.
Check https://travis-ci.org/ahopkins/merkava
Check https://travis-ci.org/ahopkins/merkava
under pull requests for active pull requests or run the ``tox`` command and
make sure that the tests pass for all supported Python versions.

Expand Down
33 changes: 32 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
aiofiles==0.3.1
asynccli==0.1.3
alabaster==0.7.10
AoikLiveReload==0.1.0
argh==0.26.2
Babel==2.5.1
certifi==2017.7.27.1
chardet==3.0.4
coverage==4.4.1
docutils==0.14
flake8==3.4.1
httptools==0.0.9
idna==2.6
imagesize==0.7.1
Jinja2==2.9.6
MarkupSafe==1.0
mccabe==0.6.1
msgpack-python==0.4.8
pathtools==0.1.2
pluggy==0.5.2
py==1.4.34
pycodestyle==2.3.1
pyflakes==1.5.0
Pygments==2.2.0
pytest==3.2.2
pytz==2017.2
PyYAML==3.12
requests==2.18.4
sanic==0.6.0
six==1.11.0
snowballstemmer==1.2.1
Sphinx==1.6.3
sphinxcontrib-websupport==1.0.1
tox==2.8.2
ujson==1.35
urllib3==1.22
uvloop==0.8.1
virtualenv==15.1.0
watchdog==0.8.3
websockets==3.4

0 comments on commit 2a6af68

Please sign in to comment.