mirror of
https://github.com/pretix/pretix.git
synced 2026-04-24 23:32:33 +00:00
* added event ical download feature * handle event settings and timezone * add test cases for ical download * fix failed test case for timezone settings * using vobject lib to generate ical * customised UID & add vobject dependency
This commit is contained in:
@@ -97,7 +97,8 @@ setup(
|
||||
'stripe==1.22.*',
|
||||
'chardet>=2.3,<3',
|
||||
'mt-940==3.2',
|
||||
'django-i18nfield'
|
||||
'django-i18nfield',
|
||||
'vobject==0.9.*'
|
||||
],
|
||||
extras_require={
|
||||
'dev': [
|
||||
|
||||
Reference in New Issue
Block a user