Правки перевода. Добавлена проверка параметров.

This commit is contained in:
Jack Stdin
2016-02-01 00:57:57 +03:00
parent 62f22f258e
commit 36f94e2a22
3 changed files with 56 additions and 23 deletions

View File

@@ -8,11 +8,12 @@ setup(
license='',
author='hellotan',
author_email='hellotan@live.ru',
description='Python application that can operate with FIAS (Russian Address Object DB)', requires=['lxml',
'bottle',
'pysimplesoap',
'python-Levenshtein',
'enum34',
'rarfile',
'requests']
description='Python application that can operate with FIAS (Russian Address Object DB)',
requires=['lxml',
'bottle',
'pysimplesoap',
'python-Levenshtein',
'enum34',
'rarfile',
'requests']
)