diff --git a/rethinkdb/trio_net/net_trio.py b/rethinkdb/trio_net/net_trio.py index ae20d01e..861ccb8f 100644 --- a/rethinkdb/trio_net/net_trio.py +++ b/rethinkdb/trio_net/net_trio.py @@ -23,7 +23,6 @@ import trio import trio.abc -import trio.ssl from rethinkdb import ql2_pb2, RethinkDB from rethinkdb.errors import ReqlAuthError, ReqlCursorEmpty, ReqlDriverError, \ diff --git a/setup.py b/setup.py index ae1f6a0b..56c35f43 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ 'rethinkdb.tornado_net', 'rethinkdb.twisted_net', 'rethinkdb.gevent_net', + 'rethinkdb.trio_net', 'rethinkdb.backports', 'rethinkdb.backports.ssl_match_hostname' ] + CONDITIONAL_PACKAGES,