Skip to content

Commit

Permalink
Force repoze.sendmail==4.1 due to repoze/repoze.sendmail#31
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jul 30, 2015
1 parent 106309a commit fdf39cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
zip_safe=False,
install_requires=[
"TurboGears2 >= 2.3.2",
"repoze.sendmail >= 4.1",
"repoze.sendmail == 4.1",
],
extras_require={
# Used by Travis and Coverage due to setup.py nosetests
Expand Down

0 comments on commit fdf39cf

Please sign in to comment.