passage à mysqlclient

This commit is contained in:
2018-11-17 14:47:33 +01:00
parent a609421b59
commit 0b6cbcebd5
3 changed files with 3 additions and 7 deletions

View File

@@ -8,9 +8,8 @@ SQLAlchemy
transaction
zope.sqlalchemy
waitress
MySQL-python
docutils
BeautifulSoup
mysqlclient
beautifulsoup4
[testing]
WebTest>=1.3.1

View File

@@ -19,8 +19,6 @@ pyramid.includes =
sqlalchemy.url = mysql://root:phuoc@localhost/bd_mesavoirs?charset=utf8
sqlalchemy.pool_recycle = 3600
sqlalchemy.pool_size = 20
sqlalchemy.max_overflow = 10
caotek_mesavoirs.admin_email = phuoc@caotek.fr

View File

@@ -19,8 +19,7 @@ requires = [
'transaction',
'zope.sqlalchemy',
'waitress',
'MySQL-python',
# 'mysql-connector-python',
'mysqlclient',
'beautifulsoup4',
]