10 lines
430 B
Python
10 lines
430 B
Python
__author__ = 'Salvador E. Tropea, John Beard'
|
|
__copyright__ = 'Copyright 2018-2023, Salvador E. Tropea/INTI/John Beard'
|
|
__credits__ = ['Salvador E. Tropea', 'John Beard']
|
|
__license__ = 'AGPL v3'
|
|
__email__ = 'stropea@inti.gob.ar'
|
|
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
|
|
__status__ = 'stable'
|
|
__version__ = '1.6.4'
|
|
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark']
|