fix mysql depnedency for py<3 (#1374)

This commit is contained in:
Michel Oosterhof 2020-07-06 11:09:39 +08:00 committed by GitHub
parent 79bd5e816f
commit a6bdf232d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ hpfeeds3==0.9.10; python_version >= '3.0'
# If this fails, see documentation /home/cowrie/cowrie/docs/sql/README.md
# There are two options, mysqlclient is newer and provides Python3 support.
mysqlclient==2.0.1; python_version >= '3.0'
MySQL-python==1.2.5; python_version >= '3.0'
MySQL-python==1.2.5; python_version < '3.0'
# mongodb
pymongo==3.10.1