Merge pull request #5 from apache/remove-triq-dependency

Remove runtime triq dependency
diff --git a/rebar.config b/rebar.config
index 6d6df3c..f09bea7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,9 +1,5 @@
 {cover_enabled, true}.
 
-{deps, [
-         {triq, ".*", {git, "https://github.com/apache/couchdb-triq.git", {tag, "v1.2.0"}}}
-       ]}.
-
 {port_specs, [
               {"priv/hyper_carray.so", ["c_src/hyper_carray.c"]}
              ]}.