Skip to content

Commit

Permalink
updates docs and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jan 4, 2014
1 parent cb61a3a commit 980e058
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -4,10 +4,10 @@ Django Concurrency


.. image:: https://pypip.in/v/django-concurrency/badge.png
:target: https://crate.io/packages/django-concurrency/
:target: https://crate.io/packages/django-concurrency/

.. image:: https://pypip.in/d/django-concurrency/badge.png
:target: https://crate.io/packages/django-concurrency/
:target: https://crate.io/packages/django-concurrency/


django-concurrency is an optimistic lock [1]_ implementation for Django.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -23,8 +23,8 @@ Overview
:target: https://crate.io/packages/django-concurrency/
:alt: Downloads

.. image:: https://requires.io/github/saxix/django-concurrency/requirements.png?branch=0.7b
:target: https://requires.io/github/saxix/django-concurrency/requirements/?branch=0.7b
.. image:: https://requires.io/github/saxix/django-concurrency/requirements.png?branch=master
:target: https://requires.io/github/saxix/django-concurrency/requirements/?branch=master
:alt: Requirements Status


Expand Down
26 changes: 13 additions & 13 deletions requirements.pip
@@ -1,14 +1,14 @@
six==1.4.1
mock==1.0.1
WebTest==2.0.11
django-webtest==1.7.5
tox==1.6.1
pytest==2.5.1
pytest-cov==1.6
pytest-django==2.4
sample_data_utils==0.4
sphinx_rtd_theme==0.1.5
Sphinx==1.1.3
setuptools==2.0.2
py==1.4.19
six>=1.4.1
mock>=1.0.1
WebTest>=2.0.11
django-webtest>=1.7.5
tox>=1.6.1
pytest>=2.5.1
pytest-cov>=1.6
pytest-django>=2.4
sample_data_utils>=0.4
sphinx_rtd_theme>=0.1.5
Sphinx>=1.1.3
setuptools>=2.0.2
py>=1.4.19
coverage

0 comments on commit 980e058

Please sign in to comment.