setup.py: Twisted → Twisted[http2]

This commit is contained in:
Adrián Chaves 2021-02-03 09:13:45 +01:00
parent 2ce8e0c742
commit d1024566d8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def has_environment_marker_platform_impl_support():
install_requires = [
'Twisted>=17.9.0',
'Twisted[http2]>=17.9.0',
'cryptography>=2.0',
'cssselect>=0.9.1',
'itemloaders>=1.0.1',