remove mysqlclient from requirements

Change-Id: I59fc91858375b5bc3ae1bfd29409a1dcbc8b3e17
This commit is contained in:
Adrian Turjak 2021-03-03 15:28:32 +13:00
parent d703a634a4
commit ad19ed13b6
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Adjutant no longer includes mysqlclient in its requirements file.
Going forward you will have to install that yourself as part of your
build/deployment processes.

View File

@ -16,4 +16,3 @@ python-octaviaclient>=1.8.0
python-troveclient>=6.0.1
six>=1.12.0
confspirator>=0.2.2
mysqlclient>=1.4.6