From 74e3471bd979331ce4ecfdabd8dfae887e8f4462 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 12 Apr 2020 09:26:24 -0400 Subject: [PATCH] setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 829131d16..1e7a9f002 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( 'pylru==1.1.0', 'pyzmq==18.1.1', 'plyvel==1.0.5', - 'sqlalchemy @ git+https://github.com/sqlalchemy/sqlalchemy.git', + 'sqlalchemy@git+https://github.com/sqlalchemy/sqlalchemy.git', 'psycopg2', ], classifiers=[