From 04dbf5c2630f40cc52a8ec90a09c7b0290b5c5c6 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Tue, 10 Dec 2019 00:43:19 -0500 Subject: [PATCH] Fixes #651, fixes #660: Pin pymssql requirement to existing version. See also pymssql/pymssql#668 which describes the discontinuance of the pymssql project. This commit addresses the issue by simplistically pinning the dependency on pymssql to an existing version. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5d871329..448412ff6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ impacket # Generate QR Codes qrcode pillow -pymssql +# The pymssql project has been discontinued. +pymssql<3.0