Files
redash/requirements_dev.txt
Omer Lachish 330c5a85f1 Enable remote debugging with ptvsd (#3419)
* 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
2019-02-12 09:10:18 +02:00

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