mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
- `make test` runs tox against Python 2.7/3.3/3.4/3.5 and Django 1.8/1.9. - Building universal wheels with PEP-0496 Environment Markers. - Build wheel from tox environment to ensure consistency. - Consistent layout for setup and requirements files, now using PEP-0409 Environment Markers. - Dropping support for Django 1.7 (didn't work anyway). - Moving repository to https://github.com/django-ddp/django-ddp (new Github organisation). - Update changelog.
7 lines
351 B
Text
7 lines
351 B
Text
Django>=1.7
|
|
gevent==1.0.2 ; platform_python_implementation == "CPython" and python_version < "3.0"
|
|
gevent==1.1rc2 ; platform_python_implementation != "CPython" or python_version >= "3.0"
|
|
gevent-websocket==0.9.5
|
|
psycopg2==2.6.1 ; platform_python_implementation == "CPython"
|
|
psycopg2cffi>=2.7.2 ; platform_python_implementation != "CPython"
|
|
six==1.10.0
|