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 transaction
zope.sqlalchemy zope.sqlalchemy
waitress waitress
MySQL-python mysqlclient
docutils beautifulsoup4
BeautifulSoup
[testing] [testing]
WebTest>=1.3.1 WebTest>=1.3.1

View File

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

View File

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