mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
cap Twisted dependency below 21
This commit is contained in:
parent
aac4708a61
commit
f995346507
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(
|
|||
package_dir={"twisted": "daphne/twisted"},
|
||||
packages=find_packages() + ["twisted.plugins"],
|
||||
include_package_data=True,
|
||||
install_requires=["twisted[tls]>=18.7", "autobahn>=0.18", "asgiref>=3.2.10,<4"],
|
||||
install_requires=["twisted[tls]>=18.7,<21", "autobahn>=0.18", "asgiref>=3.2.10,<4"],
|
||||
python_requires='>=3.6',
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue
Block a user