Add pluggable ticket secret generators (#1809)

This commit is contained in:
Raphael Michel
2020-10-19 15:00:55 +02:00
committed by GitHub
parent 6e20f33ef5
commit 22bba28bea
43 changed files with 890 additions and 69 deletions
+3 -1
View File
@@ -154,7 +154,9 @@ setup(
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
'packaging',
'tlds>=2020041600',
'text-unidecode==1.*'
'text-unidecode==1.*',
'protobuf==3.13.*',
'cryptography',
],
extras_require={
'dev': [