Skip to content

Commit

Permalink
Updated motor dependency to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin committed Jul 19, 2018
1 parent 6e9f32f commit 8c90cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
_version_re = re.compile(r'__version__\s+=\s+(.*)')
requirements = [
'sanic-base-extension==0.1.1',
'motor==1.2.1',
'motor==2.0.0',
'umongo==0.15.0',
]

Expand Down

0 comments on commit 8c90cd2

Please sign in to comment.