This commit is contained in:
Ensky
2022-06-06 18:57:54 +08:00
committed by GitHub
parent 5425504231
commit 77e326fd95

View File

@@ -130,7 +130,7 @@ database drivers so that you can connect to those datasources in your Superset i
```yaml
bootstrapScript: |
#!/bin/bash
pip install psycopg2==2.8.5 \
pip install psycopg2==2.9.1 \
redis==3.2.1 \
pybigquery==2.26.0 \
elasticsearch-dbapi==0.2.5 &&\