mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
c83e40b047
* pick up *.py file changes and restart scheduler * only watch /redash in order to avoid reloading on other file changes (e.g. tests) * add dev_scheduler entrypoint * use exec * Update bin/docker-entrypoint * rename dev_scheduler to dev_worker * use same defaults as worker
14 lines
310 B
Plaintext
14 lines
310 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.115
|
|
PyAthena>=1.5.0
|
|
ptvsd==4.2.3
|
|
freezegun==0.3.11
|
|
watchdog==0.9.0
|