
[all]
omni_json_db[full]

[btree]
BTrees>=5.2

[compression]
zstandard>=0.21.0
lz4>=4.3.2
brotli>=1.2.0

[full]
omni_json_db[btree,compression,speed,yaml]

[speed]
msgpack>=1.0.5
bitarray>=3.8.0

[speed:platform_python_implementation != "PyPy"]
orjson>=3.9.7

[yaml]

[yaml:python_version != "3.7"]
PyYAML>=6.0.3
