Улучшен поиск, правки кода.

This commit is contained in:
Jack Stdin
2016-02-02 13:27:42 +03:00
parent 90cae604fa
commit 8088bff07a
13 changed files with 107 additions and 46 deletions

View File

@@ -5,16 +5,17 @@ setup(
version='0.0.1',
packages=['aore', 'aore.fias', 'aore.config', 'aore.dbutils', 'aore.updater', 'aore.miscutils'],
url='https://github.com/jar3b/py-phias',
license='',
license='BSD',
author='hellotan',
author_email='hellotan@live.ru',
description='Python application that can operate with FIAS (Russian Address Object DB)',
install_requires=['lxml',
'psycopg2',
'bottle',
'pysimplesoap',
'python-Levenshtein',
'enum34',
'rarfile',
'requests']
install_requires=
['lxml',
'psycopg2>=2.6.0',
'bottle>=0.12.0',
'pysimplesoap',
'python-Levenshtein',
'enum34',
'rarfile',
'requests']
)