Delete dependency from bcrypt and passlib
This commit is contained in:
parent
61c334ffcd
commit
af1f3ecfb9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setup(name='paramecio',
|
|||
url='http://paramecioproject.com/',
|
||||
packages=['paramecio'],
|
||||
include_package_data=True,
|
||||
install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'pymysql', 'sqlalchemy', 'beaker>=1.8.0', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
||||
install_requires=['bottle', 'mako', 'pymysql', 'sqlalchemy', 'beaker>=1.8.0', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
||||
entry_points={'console_scripts': [
|
||||
'paramecio = paramecio.console:start',
|
||||
]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue