Улучшен поиск, правки кода.
This commit is contained in:
19
setup.py
19
setup.py
@@ -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']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user