mirror of https://github.com/cowrie/cowrie.git
update mysql requirements for py3
This commit is contained in:
parent
cf2c0597b2
commit
35f1bac115
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue