diff --git a/caotek_mesavoirs.egg-info/requires.txt b/caotek_mesavoirs.egg-info/requires.txt index 4f88d89..a226c62 100644 --- a/caotek_mesavoirs.egg-info/requires.txt +++ b/caotek_mesavoirs.egg-info/requires.txt @@ -8,9 +8,8 @@ SQLAlchemy transaction zope.sqlalchemy waitress -MySQL-python -docutils -BeautifulSoup +mysqlclient +beautifulsoup4 [testing] WebTest>=1.3.1 diff --git a/production.ini b/production.ini index 27d0cc2..f07a3e2 100644 --- a/production.ini +++ b/production.ini @@ -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 diff --git a/setup.py b/setup.py index ac9a64b..3d51f26 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,7 @@ requires = [ 'transaction', 'zope.sqlalchemy', 'waitress', - 'MySQL-python', - # 'mysql-connector-python', + 'mysqlclient', 'beautifulsoup4', ]