Files
redash/requirements_dev.txt
Jannis Leidel bd559b6eeb Fix some incompatible dependencies (#3348)
* Pin requests-oauthlib to work around incompatible deptree.

* Update boto3/botocore to fix incompatible deptree.
2019-01-31 09:50:47 +02:00

11 lines
262 B
Plaintext

pytest==3.2.3
pytest-cov==2.5.1
coverage==4.0.3
mock==2.0.0
# PyMongo and Athena dependencies are needed for some of the unit tests:
# (this is not perfect and we should resolve this in a different way)
pymongo[tls,srv]==3.6.1
botocore==1.12.85
PyAthena>=1.0.0