test rapide ous python 3 et MySQL 5.7

This commit is contained in:
2018-11-19 16:27:30 +05:30
parent 3bd19138e1
commit e428c37d23
3 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ pyramid.includes =
pyramid_mailer pyramid_mailer
pyramid_tm pyramid_tm
sqlalchemy.url = mysql://root:phuoc@localhost/bddevfac?charset=utf8 sqlalchemy.url = mysql://phuoc:phuoc!@localhost/bddevfac?charset=utf8
# sqlalchemy.url = mysql://root:cni/@srvbd/bddevfac?charset=utf8 # sqlalchemy.url = mysql://root:cni/@srvbd/bddevfac?charset=utf8
mondumas.admin_email = ctphuoc@bbox.fr mondumas.admin_email = ctphuoc@bbox.fr

View File

@@ -1,12 +1,11 @@
Metadata-Version: 1.1 Metadata-Version: 2.1
Name: mondumas Name: mondumas
Version: 0.1 Version: 0.1
Summary: mondumas Summary: mondumas
Home-page: UNKNOWN Home-page: UNKNOWN
Author: UNKNOWN Author:
Author-email: UNKNOWN Author-email:
License: UNKNOWN License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # README # Description: # README #
@@ -36,3 +35,4 @@ Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Provides-Extra: testing

View File

@@ -1,16 +1,16 @@
SQLAlchemy
docutils
mysqlclient
pyramid pyramid
pyramid_chameleon pyramid_chameleon
pyramid_debugtoolbar pyramid_debugtoolbar
pyramid_layout pyramid_layout
pyramid_mailer pyramid_mailer
pyramid_tm pyramid_tm
SQLAlchemy
transaction
zope.sqlalchemy
waitress
mysqlclient
python-dateutil python-dateutil
docutils transaction
waitress
zope.sqlalchemy
[testing] [testing]
WebTest>=1.3.1 WebTest>=1.3.1