We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd266b2 commit 0b22656Copy full SHA for 0b22656
mongoengine_plus/version.py
@@ -1 +1 @@
1
-__version__ = '0.0.3.dev2'
+__version__ = '0.0.3.dev3'
setup.py
@@ -27,6 +27,7 @@
27
install_requires=[
28
'mongoengine>=0.20.0',
29
'dnspython>=2.0.0,<2.2.0',
30
+ 'blinker>=1.4,<2.0',
31
],
32
classifiers=[
33
'Programming Language :: Python :: 3.8',
0 commit comments