Adds PyMySQL entry to requirements file

As PyMySQL is a dependency to run api, it should be in requirements
file.

Change-Id: I8c587235088897db96bf6c78238046a094dbe879
Co-Authored-By: Dhiana Deva <ddeva@thoughtworks.com>
This commit is contained in:
Caio Carrara 2015-09-22 14:25:36 -03:00
parent 4fc43491ac
commit ffcaa21eb7
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ flask
subunit2sql>=0.8.0
sqlalchemy
flask-jsonpify
PyMySQL>=0.6.2