Skip to content

Commit

Permalink
Add druiddb to Superset requirements file (#97)
Browse files Browse the repository at this point in the history
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
betodealmeida authored and lyft-buildnotify-4 committed Jan 3, 2018
1 parent 7f61885 commit 195caf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 195caf5

Please sign in to comment.