Skip to content

Commit f0caf17

Browse files
authored
Merge pull request #89 from Guttz/develop
Fixing Redis breaking change
2 parents b952f19 + 442bfed commit f0caf17

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ celerybeat-schedule
8686
.venv
8787
venv/
8888
ENV/
89+
share
90+
include
91+
bin
92+
93+
# pipenv generated filespip
94+
Pipfile
95+
Pipfile.lock
8996

9097
# Spyder project settings
9198
.spyderproject
@@ -100,6 +107,5 @@ ENV/
100107
# mypy
101108
.mypy_cache/
102109

103-
# pipenv generated filespip
104-
Pipfile
105-
Pipfile.lock
110+
#build packages
111+
src

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rdflib
22
rdflib-jsonld
33
uritemplate
44
httplib2
5-
redis
5+
redis==2.10.6
66
redisgraph
77
graphviz
88
-e git+https://github.com/HTTP-APIs/hydra-python-core.git#egg=hydra_python_core

0 commit comments

Comments
 (0)