From 5618c04416719c30572491394d3e8a176be58a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Wed, 15 Jul 2020 16:13:24 +0200 Subject: [PATCH] Use twisted[tls] in production.txt to install required packages. --- requirements/production.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",