use twisted[tls] instead of specifying twisted dependencies in our own setup.py

This commit is contained in:
Lex Berezhny 2018-07-21 14:02:35 -04:00 committed by Jack Robison
parent c01716a6c0
commit c5ba9b263e
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -15,7 +15,7 @@ from setuptools import setup, find_packages
# See https://packaging.python.org/requirements/ and
# https://caremad.io/posts/2013/07/setup-vs-requirement/ for more details.
requires = [
'Twisted',
'twisted[tls]',
'appdirs',
'distro',
'base58',
@ -34,9 +34,6 @@ requires = [
'docopt',
'colorama==0.3.7',
'six',
'pyopenssl',
'service-identity',
'simplejson'
]
console_scripts = [