File tree Expand file tree Collapse file tree 13 files changed +40
-34
lines changed Expand file tree Collapse file tree 13 files changed +40
-34
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ python:
1616 # Install pymongo itself.
1717 - method : pip
1818 path : .
19- - requirements : doc /docs-requirements .txt
19+ - requirements : requirements /docs.txt
2020
2121build :
2222 os : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ include README.md
22include LICENSE
33include THIRD-PARTY-NOTICES
44include *.ini
5+ include requirements.txt
56exclude .coveragerc
67exclude .git-blame-ignore-revs
78exclude .pre-commit-config.yaml
@@ -16,9 +17,9 @@ recursive-include doc *.js
1617recursive-include doc *.png
1718include doc/Makefile
1819include doc/_templates/layout.html
19- include doc/docs-requirements.txt
2020include doc/make.bat
2121include doc/static/periodic-executor-refs.dot
22+ recursive-include requirements *.txt
2223recursive-include tools *.py
2324include tools/README.rst
2425include green_framework_test.py
Original file line number Diff line number Diff line change 1+ dnspython >= 1.16.0 ,< 3.0.0
Original file line number Diff line number Diff line change 1+ pymongo-auth-aws>=1.1.0,<2.0.0
File renamed without changes.
Original file line number Diff line number Diff line change 1+ pymongo-auth-aws>=1.1.0,<2.0.0
2+ pymongocrypt>=1.6.0,<2.0.0
3+ certifi;os.name=='nt' or sys_platform=='darwin'
Original file line number Diff line number Diff line change 1+ pykerberos;os.name!='nt'
2+ winkerberos>=0.5.0;os.name=='nt'
Original file line number Diff line number Diff line change 1+ # PyOpenSSL 17.0.0 introduced support for OCSP. 17.1.0 introduced
2+ # a related feature we need. 17.2.0 fixes a bug
3+ # in set_default_verify_paths we should really avoid.
4+ # service_identity 18.1.0 introduced support for IP addr matching.
5+ # Fallback to certifi on Windows if we can't load CA certs from the system
6+ # store and just use certifi on macOS.
7+ # https://www.pyopenssl.org/en/stable/api/ssl.html#OpenSSL.SSL.Context.set_default_verify_paths
8+ certifi;os.name=='nt' or sys_platform=='darwin'
9+ pyopenssl>=17.2.0
10+ requests<3.0.0
11+ cryptography>=2.5
12+ service_identity>=18.1.0
Original file line number Diff line number Diff line change 1+ python-snappy
Original file line number Diff line number Diff line change 1+ pytest>=7
You can’t perform that action at this time.
0 commit comments