Now datetime.py use arrow how base for the datetime functions

This commit is contained in:
Antonio de la Rosa 2016-08-08 02:02:21 +02:00
parent bf46bc5087
commit 8f4e0440ed
3 changed files with 77 additions and 24 deletions

View file

@ -19,7 +19,7 @@ setup(name='paramecio',
url='http://paramecioproject.com/',
packages=['paramecio'],
include_package_data=True,
install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'mysqlclient', 'sqlalchemy', 'Pillow', 'beaker>=1.8.0', 'itsdangerous', 'colorama','cherrypy'],
install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'mysqlclient', 'sqlalchemy', 'Pillow', 'beaker>=1.8.0', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
entry_points={'console_scripts': [
'paramecio = paramecio.console:start',
]},