update mysql requirements for py3

This commit is contained in:
Michel Oosterhof 2018-01-03 04:43:00 +00:00
parent cf2c0597b2
commit 35f1bac115
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ pyes
# mysql
# If this fails, see documentation /home/cowrie/cowrie/doc/sql/README.md
MySQL-python
#
# There are two options, mysqlclient is newer and provides Python3 support.
# MySQL-python is the classic option with Cowrie and has been tested.
mysqlclient
# MySQL-python
# mongodb
pymongo