Bump teal

This commit is contained in:
Xavier Bustamante Talavera 2019-01-21 17:02:28 +01:00
parent 3a411a6243
commit 79feb33aa3
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ requests==2.19.1
requests-mock==1.5.2
SQLAlchemy==1.2.14
SQLAlchemy-Utils==0.33.6
teal==0.2.0a33
teal==0.2.0a34
webargs==4.0.0
Werkzeug==0.14.1
sqlalchemy-citext==1.3.post0

View File

@ -29,7 +29,7 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=[
'teal>=0.2.0a33', # teal always first
'teal>=0.2.0a34', # teal always first
'click',
'click-spinner',
'ereuse-utils[Naming]>=0.4b14',