mirror of
https://github.com/pretix/pretix.git
synced 2026-08-13 11:17:01 +00:00
Add pluggable ticket secret generators (#1809)
This commit is contained in:
+3
-1
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user