diff --git a/setup.py b/setup.py index 69441c0..f52b6cb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( author='hellotan', author_email='hellotan@live.ru', description='Python application that can operate with FIAS (Russian Address Object DB)', - requires=['lxml', + install_requires=['lxml', 'psycopg2', 'bottle', 'pysimplesoap',