Skip to content

Commit

Permalink
Version binding of dependencies to stay python 2.x compatible
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Francois Weber-Marx <jfwm@hotmail.com>
  • Loading branch information
jfwm2 committed Apr 12, 2019
1 parent 058ae78 commit b307739
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Expand Up @@ -16,7 +16,7 @@ cassandra-driver
scales

# ElasticSearch
elasticsearch
elasticsearch<7.0.0,>=6.0.0
elasticsearch-dsl
# To support https
certifi
Expand All @@ -32,5 +32,8 @@ prometheus_client==0.5.0
# Metadata cache
lmdb

# Python 2.x compatibility
cairocffi==0.9.0

# Optional, for bgutil shell:
# ipython

0 comments on commit b307739

Please sign in to comment.