preparer pour mysql-connector-python

This commit is contained in:
2018-11-17 10:03:58 +01:00
parent 9c5336b654
commit c43429165a
6 changed files with 8 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
requires = [
'pyramid',
# 'pyramid_jinja2',
'pyramid_chameleon',
'pyramid_debugtoolbar',
'pyramid_layout',
@@ -21,7 +20,7 @@ requires = [
'zope.sqlalchemy',
'waitress',
'MySQL-python',
'docutils',
# 'mysql-connector-python',
'BeautifulSoup',
]