Skip to content

Commit

Permalink
Install redash-stmo.
Browse files Browse the repository at this point in the history
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs #13
Refs #37
  • Loading branch information
jezdez authored and Marina Samuel committed May 25, 2018
1 parent 9eedb9b commit 6f85d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ pystache==0.5.4
parsedatetime==2.1
cryptography==2.0.2
simplejson==3.10.0
ua-parser==0.7.3
ua-parser==0.7.3
user-agents==1.1.0
python-geoip-geolite2==2015.303
# Uncomment the requirement for ldap3 if using ldap.
# It is not included by default because of the GPL license conflict.
# ldap3==2.2.4
redash-stmo>=2018.2.2

0 comments on commit 6f85d06

Please sign in to comment.