commit | d8f0d3a6d6b018daa98a244a01b0e3b73fcb6bc3 | [log] [tgz] |
---|---|---|
author | Colleen Murphy <colleen@gazlene.net> | Wed Oct 14 13:57:43 2015 -0700 |
committer | Colleen Murphy <colleen@gazlene.net> | Wed Oct 14 14:03:57 2015 -0700 |
tree | c94c9769ccaba18f9acdec1286a1df9daa9f3c1e | |
parent | 6ac1fc84d79800e08fb72a547b3c4f42d35d6849 [diff] [blame] |
Switch from MySQL-python to PyMySQL For the same reason nodepool switched[1], let's switch jeepyb too. [1] http://git.openstack.org/cgit/openstack-infra/nodepool/commit/?id=63e5297f7e56bd2f8ca8c16e1f1b032f6c6f5ab8 Change-Id: I3afeaebeb8416388d5866fc3994357935079c97d
diff --git a/requirements.txt b/requirements.txt index 65d5218..9390472 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -2,7 +2,7 @@ argparse gerritlib>=0.3.0 -MySQL-python +PyMySQL paramiko PyGithub pyyaml