diff --git a/requirements/production.txt b/requirements/production.txt index 3386cc971..8739d7432 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -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 diff --git a/setup.py b/setup.py index 06a20988b..e46c11b35 100644 --- a/setup.py +++ b/setup.py @@ -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",