Commit a1dfa0d9 authored by Italo Maia's avatar Italo Maia

dependencies for testing updated

parent 57fc7649
...@@ -46,7 +46,12 @@ setup( ...@@ -46,7 +46,12 @@ setup(
'wtforms' 'wtforms'
], ],
tests_require=[ tests_require=[
'nose>=1.0' 'nose>=1.0',
'pillow',
'python-mongoengine',
'pymongo',
'wtf-peewee',
'sqlalchemy'
], ],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment