forked from p15670423/monkey
Fix mongoengine version to 0.20.0
This commit is contained in:
parent
5ba1bf1db8
commit
0848ba240f
|
@ -10,7 +10,7 @@ dpath>=2.0
|
||||||
flask>=1.1
|
flask>=1.1
|
||||||
ipaddress>=1.0.23
|
ipaddress>=1.0.23
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
mongoengine>=0.20
|
mongoengine==0.20
|
||||||
mongomock==3.19.0
|
mongomock==3.19.0
|
||||||
netifaces>=0.10.9
|
netifaces>=0.10.9
|
||||||
pycryptodome==3.9.8
|
pycryptodome==3.9.8
|
||||||
|
|
Loading…
Reference in New Issue