diff --git a/development.ini b/development.ini index dd23fc7..1ecf4f0 100644 --- a/development.ini +++ b/development.ini @@ -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 diff --git a/mondumas.egg-info/PKG-INFO b/mondumas.egg-info/PKG-INFO index 8ce1e45..24f21d2 100644 --- a/mondumas.egg-info/PKG-INFO +++ b/mondumas.egg-info/PKG-INFO @@ -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 diff --git a/mondumas.egg-info/requires.txt b/mondumas.egg-info/requires.txt index 61ca4ab..2555866 100644 --- a/mondumas.egg-info/requires.txt +++ b/mondumas.egg-info/requires.txt @@ -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