mirror of
https://github.com/getredash/redash.git
synced 2025-12-26 21:01:31 -05:00
* open port 3000 for remote debugging * add ptvsd * use port 5678 to avoid changes in VSCode's default config * attach to ptvsd * no need to wait for attach * actually, --debugger seems to be working * create a new docker entry point for remote debugging * alternative method to switch to debugging
12 lines
275 B
Plaintext
12 lines
275 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
|
|
ptvsd==4.2.3
|