[FIX] requirements.txt: Pin version for pymysql

If not, we get:

DeprecationWarning: The pymssql project has been discontinued.  To install the last working released version, use a
version specifier like "pymssql<3.0".  For details and alternatives see:
https://github.com/pymssql/pymssql/issues/668
This commit is contained in:
Pedro M. Baeza
2019-11-21 21:12:40 +01:00
committed by GitHub
parent aa527d3be7
commit 37a0e1c8ab

View File

@@ -1,3 +1,3 @@
sqlalchemy
mysqlclient
pymssql
pymssql<3.0