Many fixes for modernize the codebase

This commit is contained in:
Antonio de la Rosa 2024-10-30 18:47:51 +01:00
parent f94d6fbd04
commit 94d3eef840
6 changed files with 127 additions and 13 deletions

View file

@ -21,7 +21,7 @@ setup(name='paramecio',
url='https://git.cuchulu.com/paramecio/parameciofm/',
packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
include_package_data=True,
install_requires=['bottle', 'mako', 'pymysql', 'sqlalchemy', 'oslo.concurrency', 'itsdangerous', 'colorama','cherrypy', 'arrow', 'argon2-cffi', 'pillow'],
install_requires=['bottle', 'mako', 'pymysql', 'sqlalchemy', 'oslo.concurrency', 'itsdangerous', 'colorama','cherrypy', 'arrow', 'argon2-cffi', 'pillow', 'itsdangerous'],
entry_points={'console_scripts': [
'paramecio = paramecio.console:start',
'parameciodb = paramecio.cromosoma.dbamin.start'