Missing ',' added

This commit is contained in:
Roland Hedberg
2013-02-07 09:55:49 +01:00
parent 3886ae20c8
commit 5a90b6417f

View File

@@ -40,7 +40,7 @@ install_requires=[
'requests >= 1.0.0',
'paste',
'zope.interface',
'repoze.who == 1.0.18'
'repoze.who == 1.0.18',
'm2crypto',
]