We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b952f19 + 442bfed commit f0caf17Copy full SHA for f0caf17
2 files changed
.gitignore
@@ -86,6 +86,13 @@ celerybeat-schedule
86
.venv
87
venv/
88
ENV/
89
+share
90
+include
91
+bin
92
+
93
+# pipenv generated filespip
94
+Pipfile
95
+Pipfile.lock
96
97
# Spyder project settings
98
.spyderproject
@@ -100,6 +107,5 @@ ENV/
100
107
# mypy
101
108
.mypy_cache/
102
109
103
-# pipenv generated filespip
104
-Pipfile
105
-Pipfile.lock
110
+#build packages
111
+src
requirements.txt
@@ -2,7 +2,7 @@ rdflib
2
rdflib-jsonld
3
uritemplate
4
httplib2
5
-redis
+redis==2.10.6
6
redisgraph
7
graphviz
8
-e git+https://github.com/HTTP-APIs/hydra-python-core.git#egg=hydra_python_core
0 commit comments