Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-i-t-a committed Jul 24, 2014
1 parent 24e760a commit 0735acd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flask_musers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .models import User


__version__ = '0.0.5'
__version__ = '0.0.6'


class MUsers(object):
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
'passlib>=1.6.1',
'flask-mongoengine>=0.7.0',
'mongoengine>=0.8.7',
'passlib>=1.6.1',
'blinker>=1.3',
'six>=1.7.3',
],
license="BSD",
zip_safe=False,
Expand Down

0 comments on commit 0735acd

Please sign in to comment.