From 90cae604fa9a8c2519f97682352e5bdc0bc59325 Mon Sep 17 00:00:00 2001 From: Jack Stdin Date: Mon, 1 Feb 2016 23:00:17 +0300 Subject: [PATCH] Fix 4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',