зеркало из https://github.com/mozilla/PyHive.git
17 строки
422 B
Plaintext
17 строки
422 B
Plaintext
# test-only packages: pin everything to minimize change
|
|
flake8==2.6.2
|
|
mock==2.0.0
|
|
pytest==2.9.2
|
|
pytest-cov==2.3.0
|
|
pytest-flake8==0.5
|
|
pytest-random==0.2
|
|
pytest-timeout==1.0.0
|
|
|
|
# actual dependencies: let things break if a package changes
|
|
requests>=1.0.0
|
|
sasl>=0.2.1
|
|
sqlalchemy>=0.5.8
|
|
thrift>=0.10.0
|
|
#thrift_sasl>=0.1.0
|
|
git+https://github.com/cloudera/thrift_sasl # Using master branch in order to get Python 3 SASL patches
|