Fix for faafo install

The line installing the mysql library made it fail on
ubuntu 14.04. The pymysql library works just fine and
is already in requirements, so update the requirements
to remove the dodgy line

Change-Id: I83626ada5f2e26a6eac12676a6e3aa07d4e4b81f
This commit is contained in:
Tom Fifield 2015-09-23 11:36:53 +08:00
parent 0992c0e0ae
commit 37b3d026b8
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
pbr>=1.6
anyjson>=0.3.3
eventlet>=0.17.4
MySQL-python;python_version=='2.7'
PyMySQL>=0.6.2 # MIT License
Pillow==2.4.0 # MIT
requests>=2.5.2