Add bounds for cryptography

Follows d6f7ad20a3.
merge-requests/15/head
Luke Murphy 2021-02-05 09:48:16 +01:00
parent 1cb71eabdb
commit da5648d1d0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ install_requires =
idna >= 2.5, < 3
numpy >= 1.20.0, < 2
pillow >= 8.1.0, < 9
cryptography
cryptography >= 3.3.1, < 4
pyqrcode >= 1.2.1, < 2
python-dateutil >= 2.8.1, < 3
requests >= 2.25.1, < 3