Fix in setup
This commit is contained in:
parent
503461b288
commit
79b1e8afb6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ setup(name='paramecio2',
|
|||
url='https://bitbucket.org/paramecio/paramecio2fm/',
|
||||
packages=['paramecio2'],
|
||||
include_package_data=True,
|
||||
install_requires=['flask', 'pymysql', 'sqlalchemy', 'colorama', 'python-slugify', 'mako', 'pillow'],
|
||||
install_requires=['flask', 'pymysql', 'sqlalchemy', 'colorama', 'python-slugify', 'mako', 'pillow', 'arrow'],
|
||||
entry_points={'console_scripts': [
|
||||
'paramecio2 = paramecio2.console:start', 'paramecio2db = paramecio2.libraries.db.dbadmin:start',
|
||||
]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue