Skip to content

Commit

Permalink
add blinker to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed May 27, 2021
1 parent dd266b2 commit 0b22656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mongoengine_plus/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.3.dev2'
__version__ = '0.0.3.dev3'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
install_requires=[
'mongoengine>=0.20.0',
'dnspython>=2.0.0,<2.2.0',
'blinker>=1.4,<2.0',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 0b22656

Please sign in to comment.