From 8de96c3df63ccd933e6cd6d6573f081062c7215f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez=20=5BVauxoo=5D?= Date: Thu, 22 Apr 2021 14:32:00 -0500 Subject: [PATCH] [fix] requirements.txt: Pin pymssql to 2.1.5 (#122) As the more recent version 2.2.0 is not compatible with Python 3.5. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59c4d3a2..cb46dd4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ sqlalchemy radicale<3.0.0 mysqlclient==2.0.1 -pymssql<3.0 +pymssql<=2.1.5