From 0c3aa068d603ad218fdba3146b5bc02a97bcd27c Mon Sep 17 00:00:00 2001
From: Insoleet <insomniak.fr@gmail.com>
Date: Thu, 14 Jan 2016 21:20:24 +0100
Subject: [PATCH] Fix requirements syntax

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 64846e86..f74d359b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
 ucoinpy>=0.13
-https://github.com/Insoleet/quamash.git@qeventloop
+git+https://github.com/Insoleet/quamash.git@qeventloop
 asynctest
 networkx
\ No newline at end of file
-- 
GitLab