From 33890da57e8e632119feef3a88e49ac655c64ec5 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 4 Apr 2018 13:16:19 +0100 Subject: [PATCH] Typo fix. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cab1c247c..e6b52dec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ psycopg2>=2.7.4; python_version >= '2.7' pycryptodome; python_version >= '2.7' python-dateutil>=2.7.1; python_version >= '2.7' Flask-HTMLmin==1.3.2; python_version >= '2.7' -SQLAlchemy>=1.2.5 python_version >= '2.7' +SQLAlchemy>=1.2.5; python_version >= '2.7' ############################################################### # Modules specifically required for Python2.7 or lesser version