Files
redash/requirements_dev.txt
Will Lachance e8071dcb12 Pin boto3 dependencies in dev requirements as well (#6037)
* Pin boto3 dependencies in dev requirements as well

Testing to see if this fixes CI, where it appears a more recent (too
recent) version of boto3 is being installed.

* Add circle step to list installed packages

This takes almost no time, and helps debug dependency issues (a
longer-term fix might be to switch to pip-compile).
2023-05-17 07:00:42 -07:00

16 lines
362 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
boto3>=1.10.0,<1.11.0
botocore>=1.13,<1.14.0
PyAthena>=1.5.0,<=1.11.5
ptvsd==4.3.2
freezegun==0.3.12
watchdog==0.9.0
ptpython==3.0.17