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.*
django-jsonfallback>=2.1.2
psycopg2-binary
tqdm==4.*
# Stripe
stripe==2.42.*
# PayPal

View File

@@ -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',