From 0ef105be2b567c021a8bbb181da8d8f882cb7964 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 29 Jan 2020 16:00:18 +0100
Subject: [PATCH] Build: Required gremlinpython must not be 3.4.4

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 07c1fc8..cdbf515 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
               'aiogremlin.structure',
               'aiogremlin.remote'],
     install_requires=[
-        'gremlinpython>=3.4.3',
+        'gremlinpython<=3.4.3',
         'aenum>=1.4.5',  # required gremlinpython dep
         'aiohttp>=2.2.5',
         'PyYAML>=3.12',
-- 
GitLab