Update teal; bump to 0.2.0a7

This commit is contained in:
Xavier Bustamante Talavera 2018-06-25 17:31:28 +02:00
parent 10f3aa7d35
commit fd936fd0e3
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ with open('README.md') as f:
setup(
name='ereuse-devicehub',
version='0.2.0a7',
version='0.2.0a8',
packages=find_packages(),
url='https://github.com/ereuse/devicehub-teal',
license='Affero',
@ -16,7 +16,7 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
install_requires=[
'teal>=0.2.0a4',
'teal>=0.2.0a5',
'marshmallow_enum',
'ereuse-utils[Naming]>=0.3.0b2',
'psycopg2-binary',