Skip to content

Commit 68fdb97

Browse files
committed
Add thrift_sasl dependency
1 parent 1c1e507 commit 68fdb97

File tree

3 files changed

+2
-170
lines changed

3 files changed

+2
-170
lines changed

happybase/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from .hbase.ttypes import ColumnDescriptor
1717
from .table import Table
1818
from .util import pep8_to_camel_case
19-
from .thrift_sasl import TSaslClientTransport
19+
from thrift_sasl import TSaslClientTransport
2020

2121
logger = logging.getLogger(__name__)
2222

happybase/thrift_sasl.py

-169
This file was deleted.

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
thrift>=0.8.0
2+
thrift_sasl
23
sasl

0 commit comments

Comments
 (0)