mirror of
https://github.com/django/daphne.git
synced 2024-11-22 16:06:34 +03:00
Ah yes, Twisted 17 releases start at 17.1
This commit is contained in:
parent
fa2841c101
commit
2edfe5d7d5
|
@ -9,7 +9,7 @@ python:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TWISTED_RELEASE="twisted"
|
- TWISTED_RELEASE="twisted"
|
||||||
- TWISTED_RELEASE="twisted==17.0.0"
|
- TWISTED_RELEASE="twisted==17.1.0"
|
||||||
|
|
||||||
install: pip install $TWISTED_RELEASE -e .[tests]
|
install: pip install $TWISTED_RELEASE -e .[tests]
|
||||||
|
|
||||||
|
|
|
@ -110,7 +110,7 @@ should start with a slash, but not end with one; for example::
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 17.0 or
|
All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 17.1 or
|
||||||
greater.
|
greater.
|
||||||
|
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'asgiref>=1.0.0',
|
'asgiref>=1.0.0',
|
||||||
'twisted>=17.0',
|
'twisted>=17.1',
|
||||||
'autobahn>=0.12',
|
'autobahn>=0.12',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user