From c049fd9bc9a08dc6b512116a341bdea6535c6430 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Wed, 2 Apr 2008 11:04:01 +0000 Subject: [PATCH] r1018@denkpolster: jan | 2008-04-01 17:51:24 +0200 addresses #1 * add (commented) dependencies to pyme and python-crack * update copyright years git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/trunk@247 a67ec6bc-e5d5-0310-a910-815c51eb3124 --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b5e99ae..c037e3e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # -*- python -*- # -*- coding: utf-8 -*- # -# Copyright (C) 2007 by Jan Dittberner. +# Copyright (C) 2007, 2008 by Jan Dittberner. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,10 @@ setup( scripts = ['bin/gva'], install_requires = ['sqlalchemy >= 0.4', - 'sqlalchemy-migrate >= 0.4' ], + 'sqlalchemy-migrate >= 0.4', +# 'pyme >= 0.7', +# 'python-crack >= 0.5' + ], setup_requires = [], include_package_data = True,