mirror of
https://github.com/pretix/pretix.git
synced 2026-08-13 11:17:01 +00:00
Fix compatibility with cryptography 3.4.x
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ setup(
|
||||
'tlds>=2020041600',
|
||||
'text-unidecode==1.*',
|
||||
'protobuf==3.13.*',
|
||||
'cryptography',
|
||||
'cryptography>=3.4.2',
|
||||
'sepaxml==2.4.*,>=2.4.1',
|
||||
],
|
||||
extras_require={
|
||||
|
||||
Reference in New Issue
Block a user