Place teal requirements first

This commit is contained in:
Xavier Bustamante Talavera 2018-09-16 15:01:05 +02:00
parent c9639a5eb8
commit a650f9041f
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,7 @@ setup(
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
install_requires=[ install_requires=[
'teal>=0.2.0a15', # teal always first
'click', 'click',
'click-spinner', 'click-spinner',
'ereuse-rate==0.0.2', 'ereuse-rate==0.0.2',
@ -43,7 +44,6 @@ setup(
'psycopg2-binary', 'psycopg2-binary',
'python-stdnum', 'python-stdnum',
'PyYAML', 'PyYAML',
'teal>=0.2.0a15',
'requests', 'requests',
'requests-toolbelt', 'requests-toolbelt',
'sqlalchemy-utils[password, color, phone]', 'sqlalchemy-utils[password, color, phone]',