Bug 1176677 - [moznetwork] ImportError: "cannot import name structured", and release version 0.26. r=davehunt

This commit is contained in:
Henrik Skupin 2015-06-23 17:23:18 +02:00
parent 3741555df1
commit c723284666

View File

@ -4,9 +4,11 @@
from setuptools import setup
PACKAGE_VERSION = '0.25'
PACKAGE_VERSION = '0.26'
deps=[ 'mozinfo' ]
deps = ['mozinfo',
'mozlog >= 2.11',
]
setup(name='moznetwork',
version=PACKAGE_VERSION,