forked from CGM_Public/pretix_original
Add missing tqdm binary
This commit is contained in:
@@ -43,6 +43,7 @@ django-oauth-toolkit==1.2.*
|
||||
oauthlib==3.1.*
|
||||
django-jsonfallback>=2.1.2
|
||||
psycopg2-binary
|
||||
tqdm==4.*
|
||||
# Stripe
|
||||
stripe==2.42.*
|
||||
# PayPal
|
||||
|
||||
@@ -134,6 +134,7 @@ setup(
|
||||
'django-i18nfield>=1.7.0',
|
||||
'django-jsonfallback>=2.1.2',
|
||||
'psycopg2-binary',
|
||||
'tqdm==4.*',
|
||||
'vobject==0.9.*',
|
||||
'pycountry',
|
||||
'django-countries>=6.0',
|
||||
|
||||
Reference in New Issue
Block a user