correction bug mot de passe oublié

This commit is contained in:
2019-01-18 15:36:25 +01:00
parent 46c235cb2d
commit 5815a1cc7c
6 changed files with 11 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ with open(os.path.join(here, 'CHANGES.txt')) as f:
requires = [
'pyramid',
'pyramid_chameleon',
'pyramid_mako==0.3.1', # bug dans pserve --reload
'pyramid_debugtoolbar',
'pyramid_layout',
'pyramid_mailer',
@@ -33,7 +32,7 @@ tests_require = [
]
setup(name='mondumas',
version='0.1',
version='1.0',
description='mondumas',
long_description=README + '\n\n' + CHANGES,
classifiers=[