Stop requiring pymysql to be installed by default

By adding pymysql to our requirements, we're including what is
essentially an optional backend and we're being opinionated about
what users should be using.

In reality, we're using sqlalchemy so users should be able to
consume sqlite (default) or things like mysql or pymysql.

Let's keep some level of documentation about pymysql for now
(backwards-compat-ish) and iterate on this further eventually.

Change-Id: I14476b5f1e2498a7451d61e940816baa2b2bc89f
This commit is contained in:
David Moreau-Simard
2016-12-10 11:24:53 -05:00
parent 7af3faf033
commit 5cbfbbc855
2 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,5 @@ decorator>=4.0.0
cliff
setuptools>=11.3
ansible!=2.0.2.0,>=2.0.1.0
pymysql
pygments
debtcollector>=1.2.0