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 45d4817 commit 4f50c26Copy full SHA for 4f50c26
README.txt
@@ -32,11 +32,11 @@ Basic
32
-----
33
34
* A working implementation of GSSAPI (such as from MIT Kerberos)
35
- which includes header files
+ which supports delegation and includes header files
36
37
* a C compiler (such as GCC)
38
39
-* either the `enum34` Python package or Python 3.4+
+* Python 3.6+ (older releases support older versions, but are unsupported)
40
41
* the `six` and `decorator` python packages
42
@@ -48,9 +48,9 @@ To compile from scratch, you will need Cython >= 0.21.1.
48
For Running the Tests
49
---------------------
50
51
-* the `nose` package (for tests)
+* the `nose` package
52
53
-* the `shouldbe` package (for tests)
+* the `shouldbe` package
54
55
* the `k5test` package
56
0 commit comments