| 143 |  | Note: It is necessary (at least with Python 2.6) to install the fcrypt package in order to | 
          
            | 144 |  | decode some htpasswd formats.  Trac source code attempt an `import crypt` first, but there | 
          
            | 145 |  | is no such package for Python 2.6. Only `SHA-1` passwords (since Trac 1.0) work without this module. | 
          
            |  | 143 | Note: On Windows It is necessary to install the [https://pypi.python.org/pypi/passlib passlib] | 
          
            |  | 144 | package in order to decode some htpasswd formats. Only `SHA-1` passwords (since Trac 1.0) | 
          
            |  | 145 | work without this module. |