Remove pymysql requirement

The pymysql lib is not used directly by molteiron, we can remove
it from requirements.

Change-Id: I15bbe108673dc879b39d35c024fe7405ad32bb6b
This commit is contained in:
Riccardo Pittau 2020-06-02 13:47:58 +02:00
parent 8c4ff32c15
commit c4a03f92af
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
pbr>=1.6 # Apache-2.0
daemonize
PyMySQL>=0.6.2,!=0.7.7 # MIT License
pyyaml
sqlalchemy
sqlalchemy_utils