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.
This commit is contained in:
Meitar M 2019-12-10 00:43:19 -05:00
parent 0018154022
commit 04dbf5c263
No known key found for this signature in database
GPG key ID: 07EFAA28AB94BC85

View file

@ -7,4 +7,5 @@ impacket
# Generate QR Codes
qrcode
pillow
pymssql
# The pymssql project has been discontinued.
pymssql<3.0