Skip to content

Commit 0b22656

Browse files
committed
add blinker to setup.py
1 parent dd266b2 commit 0b22656

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mongoengine_plus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.3.dev2'
1+
__version__ = '0.0.3.dev3'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
install_requires=[
2828
'mongoengine>=0.20.0',
2929
'dnspython>=2.0.0,<2.2.0',
30+
'blinker>=1.4,<2.0',
3031
],
3132
classifiers=[
3233
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)