mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[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:
@@ -1,3 +1,3 @@
|
|||||||
sqlalchemy
|
sqlalchemy
|
||||||
mysqlclient
|
mysqlclient
|
||||||
pymssql
|
pymssql<3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user