forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add druiddb to Superset requirements file (#97)
I added `druiddb` to Superset: 1. Added to `requirements.in`. 2. `$ devbox start` 3. `$ control run piptools.compile superset-private` The submodule `upstream` was also updated, is that expected?
- Loading branch information
1 parent
7f61885
commit 195caf5
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,4 +131,8 @@ s3werkzeugcache==0.1.1 | |
# oauth | ||
flask-oauthlib | ||
|
||
# pydruid | ||
-e git+https://github.com/mistercrunch/[email protected]#egg=pydruid-0.3.2beta | ||
|
||
# druiddb, a SQLAlchemy interface to Druid | ||
druiddb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
# | ||
# control run piptools.compile superset-private | ||
# | ||
-e git+https://github.com/mistercrunch/[email protected]#egg=pydruid-0.3.2beta | ||
-e git+git://github.com/lyft/pylint@lyft_pylint#egg=pylint | ||
amqp==1.4.9 | ||
anyjson==0.3.3 | ||
|