Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.31.0rc1 | Erik Johnston | 2021-03-30 | 1 | -1/+0 |
| | |||||
* | Fix the suggested pip incantation for cryptography (#9699) | Richard van der Hoff | 2021-03-29 | 1 | -0/+1 |
If you have the wrong version of `cryptography` installed, synapse suggests: ``` To install run: pip install --upgrade --force 'cryptography>=3.4.7;python_version>='3.6'' ``` However, the use of ' inside '...' doesn't work, so when you run this, you get an error. |