forked from mongodb/mongo-python-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:mongodb/mongo-python-driver
- Loading branch information
Showing
3 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ Unix | |
~~~~ | ||
|
||
To authenticate using GSSAPI you must first install the python `kerberos`_ or | ||
`pykerberos`_ module using easy_install or pip. Make sure you run kinit before | ||
`pykerberos`_ module using pip. Make sure you run kinit before | ||
using the following authentication methods:: | ||
|
||
$ kinit [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
mypy==1.13.0 | ||
pyright==1.1.390 | ||
pyright==1.1.391 | ||
typing_extensions | ||
-r ./encryption.txt | ||
-r ./ocsp.txt | ||
|