mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
56b51be64a
* Add redshift role use option * Update requirements for SSL socket wrap issue fixes * Split Redshift class into User and IAM logins * Update incorrect register * Change type names * Correct class name to inherit * Render IAM redshift image and field order correct * Update redash/query_runner/pg.py Co-Authored-By: Arik Fraimovich <arik@arikfr.com> * Update redash/query_runner/pg.py Co-Authored-By: Arik Fraimovich <arik@arikfr.com> * Remove need for specified urllib - specify pyopenssl is enough * Pyopenssl back down to 19.0.0 Co-authored-by: Arik Fraimovich <arik@arikfr.com>
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
pytest==5.2.1
|
|
pytest-cov==2.8.1
|
|
coverage==4.5.4
|
|
mock==3.0.5
|
|
|
|
# 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[srv,tls]==3.9.0
|
|
botocore>=1.13,<1.14.0
|
|
PyAthena>=1.5.0
|
|
ptvsd==4.3.2
|
|
freezegun==0.3.12
|
|
watchdog==0.9.0
|