test rapide ous python 3 et MySQL 5.7
This commit is contained in:
@@ -18,7 +18,7 @@ pyramid.includes =
|
||||
pyramid_mailer
|
||||
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
|
||||
|
||||
mondumas.admin_email = ctphuoc@bbox.fr
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
Metadata-Version: 1.1
|
||||
Metadata-Version: 2.1
|
||||
Name: mondumas
|
||||
Version: 0.1
|
||||
Summary: mondumas
|
||||
Home-page: UNKNOWN
|
||||
Author: UNKNOWN
|
||||
Author-email: UNKNOWN
|
||||
Author:
|
||||
Author-email:
|
||||
License: UNKNOWN
|
||||
Description-Content-Type: UNKNOWN
|
||||
Description: # README #
|
||||
|
||||
|
||||
@@ -36,3 +35,4 @@ Classifier: Programming Language :: Python
|
||||
Classifier: Framework :: Pyramid
|
||||
Classifier: Topic :: Internet :: WWW/HTTP
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||||
Provides-Extra: testing
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
SQLAlchemy
|
||||
docutils
|
||||
mysqlclient
|
||||
pyramid
|
||||
pyramid_chameleon
|
||||
pyramid_debugtoolbar
|
||||
pyramid_layout
|
||||
pyramid_mailer
|
||||
pyramid_tm
|
||||
SQLAlchemy
|
||||
transaction
|
||||
zope.sqlalchemy
|
||||
waitress
|
||||
mysqlclient
|
||||
python-dateutil
|
||||
docutils
|
||||
transaction
|
||||
waitress
|
||||
zope.sqlalchemy
|
||||
|
||||
[testing]
|
||||
WebTest>=1.3.1
|
||||
|
||||
Reference in New Issue
Block a user