Add missing tqdm binary

This commit is contained in:
Raphael Michel
2020-07-24 09:08:22 +02:00
parent 265da6c746
commit 99b42d201e
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ django-oauth-toolkit==1.2.*
oauthlib==3.1.* oauthlib==3.1.*
django-jsonfallback>=2.1.2 django-jsonfallback>=2.1.2
psycopg2-binary psycopg2-binary
tqdm==4.*
# Stripe # Stripe
stripe==2.42.* stripe==2.42.*
# PayPal # PayPal

View File

@@ -134,6 +134,7 @@ setup(
'django-i18nfield>=1.7.0', 'django-i18nfield>=1.7.0',
'django-jsonfallback>=2.1.2', 'django-jsonfallback>=2.1.2',
'psycopg2-binary', 'psycopg2-binary',
'tqdm==4.*',
'vobject==0.9.*', 'vobject==0.9.*',
'pycountry', 'pycountry',
'django-countries>=6.0', 'django-countries>=6.0',