Update paramecio2 version
This commit is contained in:
parent
5fa28920da
commit
e14dea0218
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f3175777e395281e50ea05898a5db768e054d4a3
|
||||
Subproject commit c30600ab752ee19765b3f6f7dd607280f96e18a2
|
||||
4
setup.py
4
setup.py
|
|
@ -13,12 +13,12 @@ if sys.version_info < (3, 9):
|
|||
# If you install passlib and bcrypt, the password system will use bcrypt by default, if not, will use native crypt libc
|
||||
|
||||
setup(name='paramecio2',
|
||||
version='2.0.31',
|
||||
version='2.0.32 ',
|
||||
description='Simple Web Framework based in flask and Mako.',
|
||||
long_description='This framework is a simple framework used for create web apps. Paramecio is modular and fast. By default have a module called admin that can be used for create admin sites',
|
||||
author='Antonio de la Rosa Caballero',
|
||||
author_email='antonio.delarosa@salirdelhoyo.com',
|
||||
url='https://bitbucket.org/paramecio/paramecio2fm/',
|
||||
url='https://git.cuchulu.com/paramecio/paramecio2fm/',
|
||||
packages=['paramecio2'],
|
||||
include_package_data=True,
|
||||
install_requires=['flask', 'pymysql', 'sqlalchemy', 'colorama', 'python-slugify', 'mako', 'pillow', 'arrow', 'bleach'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue