Use twisted[tls] in production.txt to install required packages.

This commit is contained in:
Emanuel Schütze 2020-07-15 16:13:24 +02:00
parent ee344032b7
commit 5618c04416
2 changed files with 3 additions and 3 deletions

View File

@ -21,4 +21,4 @@ roman>=2.0,<3.2
setuptools>=29.0,<42.0
typing_extensions>=3.6.6,<3.8
websockets>=8.0,<9.0
twisted>=20.3.0
twisted[tls]>=20.3.0

View File

@ -29,8 +29,8 @@ setup(
classifiers=[
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
# 'Development Status :: 3 - Alpha',
"Development Status :: 4 - Beta",
# 'Development Status :: 5 - Production/Stable',
# "Development Status :: 4 - Beta",
'Development Status :: 5 - Production/Stable',
"Environment :: Web Environment",
"Framework :: Django",
"License :: OSI Approved :: MIT License",