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,