Use twisted[tls] in production.txt to install required packages.
This commit is contained in:
parent
ee344032b7
commit
5618c04416
@ -21,4 +21,4 @@ roman>=2.0,<3.2
|
|||||||
setuptools>=29.0,<42.0
|
setuptools>=29.0,<42.0
|
||||||
typing_extensions>=3.6.6,<3.8
|
typing_extensions>=3.6.6,<3.8
|
||||||
websockets>=8.0,<9.0
|
websockets>=8.0,<9.0
|
||||||
twisted>=20.3.0
|
twisted[tls]>=20.3.0
|
||||||
|
4
setup.py
4
setup.py
@ -29,8 +29,8 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
# 'Development Status :: 3 - Alpha',
|
# 'Development Status :: 3 - Alpha',
|
||||||
"Development Status :: 4 - Beta",
|
# "Development Status :: 4 - Beta",
|
||||||
# 'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
Loading…
Reference in New Issue
Block a user