mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00:00
Requirements version updates, documenting dependencies via requirements.io and updating supported python version docs.
This commit is contained in:
parent
4f92311b37
commit
e31ff7f3c4
3 changed files with 14 additions and 10 deletions
12
README.rst
12
README.rst
|
|
@ -2,7 +2,7 @@
|
|||
:target: https://travis-ci.org/torchbox/wagtail
|
||||
|
||||
.. image:: https://coveralls.io/repos/torchbox/wagtail/badge.png?branch=master&zxcv1
|
||||
:target: https://coveralls.io/r/torchbox/wagtail?branch=master
|
||||
:target: https://coveralls.io/r/torchbox/wagtail?branch=master
|
||||
|
||||
.. image:: https://pypip.in/v/wagtail/badge.png?zxcv
|
||||
:target: https://crate.io/packages/wagtail/
|
||||
|
|
@ -38,15 +38,19 @@ Getting started
|
|||
|
||||
Documentation
|
||||
~~~~~~~~~~~~~
|
||||
Available at `wagtail.readthedocs.org <http://wagtail.readthedocs.org/>`_. and always being updated.
|
||||
Available at `wagtail.readthedocs.org <http://wagtail.readthedocs.org/>`_ and always being updated.
|
||||
|
||||
Compatibility
|
||||
~~~~~~~~~~~~~
|
||||
Wagtail supports Django 1.6.2+ on Python 2.6 and 2.7. Django 1.7 and Python 3 support are in progress.
|
||||
Wagtail supports Django 1.6.2+ on Python 2.6, 2.7, 3.3 and 3.4.
|
||||
|
||||
Django 1.7 support is in progress pending further release candidate testing.
|
||||
|
||||
Wagtail's dependencies are summarised at `requirements.io <https://requires.io/github/torchbox/wagtail/requirements>`_.
|
||||
|
||||
Contributing
|
||||
~~~~~~~~~~~~
|
||||
If you're a Python or Django developer, fork the repo and get stuck in!
|
||||
If you're a Python or Django developer, fork the repo and get stuck in!
|
||||
|
||||
We suggest you start by checking the `Help develop me! <https://github.com/torchbox/wagtail/issues?labels=Help+develop+me%21>`_ label.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# For coverage and PEP8 linting
|
||||
coverage==3.7.1
|
||||
flake8==2.1.0
|
||||
flake8==2.1.1
|
||||
mock==1.0.1
|
||||
|
|
|
|||
10
tox.ini
10
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[deps]
|
||||
dj16=
|
||||
Django>=1.6,<1.7
|
||||
elasticsearch==1.0.0
|
||||
elasticsearch==1.1.0
|
||||
mock==1.0.1
|
||||
|
||||
[tox]
|
||||
|
|
@ -31,7 +31,7 @@ commands=./runtests.py
|
|||
basepython=python2.6
|
||||
deps =
|
||||
{[deps]dj16}
|
||||
psycopg2==2.5.2
|
||||
psycopg2==2.5.3
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
||||
|
||||
|
|
@ -55,7 +55,7 @@ setenv =
|
|||
basepython=python2.7
|
||||
deps =
|
||||
{[deps]dj16}
|
||||
psycopg2==2.5.2
|
||||
psycopg2==2.5.3
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
||||
|
||||
|
|
@ -79,7 +79,7 @@ setenv =
|
|||
basepython=python3.3
|
||||
deps =
|
||||
{[deps]dj16}
|
||||
psycopg2==2.5.2
|
||||
psycopg2==2.5.3
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ setenv =
|
|||
basepython=python3.4
|
||||
deps =
|
||||
{[deps]dj16}
|
||||
psycopg2==2.5.2
|
||||
psycopg2==2.5.3
|
||||
setenv =
|
||||
DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue