PersonalJournal

changeset 7:ffa7605a3031 openid

Added requirement for TGOpenIDLogin package.
author Eric Hopper <hopper@omnifarious.org>
date Thu, 29 May 2008 18:17:41 -0700
parents 9e68f4c22433
children 9d951c67445c
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/setup.py	Wed May 28 23:54:40 2008 -0700
     1.2 +++ b/setup.py	Thu May 29 18:17:41 2008 -0700
     1.3 @@ -29,6 +29,7 @@
     1.4          "TurboGears >= 1.0.4.4",
     1.5          "SQLAlchemy>=0.3.10",
     1.6          "Elixir>=0.4.0",
     1.7 +        "TGOpenIDLogin>=0.2",
     1.8      ],
     1.9      zip_safe=False,
    1.10      packages=packages,