We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b1824 commit 3e84878Copy full SHA for 3e84878
setup.py
@@ -281,7 +281,9 @@ def build_extension(self, ext):
281
pyopenssl_reqs.append("certifi")
282
283
extras_require = {
284
- "encryption": ["pymongocrypt>=1.2.0,<2.0.0"],
+ "encryption": [
285
+ "pymongocrypt@git+ssh://git@github.com/mongodb/libmongocrypt.git@pymongocrypt-1.3.0b0#subdirectory=bindings/python"
286
+ ],
287
"ocsp": pyopenssl_reqs,
288
"snappy": ["python-snappy"],
289
"zstd": ["zstandard"],
0 commit comments