changed wsgi_intercept dependency to version 0.8.1

pull/1/head
abbgrade 2014-11-28 18:29:13 +01:00
parent 63e81d04ce
commit 5766dc5f0c
11 changed files with 11 additions and 11 deletions

View File

@ -24,7 +24,7 @@ located at http://ws.audioscrobbler.com/2.0/ .""",
SETUPTOOLS_METADATA = dict(
install_requires = ['setuptools', 'decorator'],
include_package_data = True,
tests_require = ['wsgi_intercept'],
tests_require = ['wsgi_intercept >= 0.8.1'],
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',

View File

@ -8,7 +8,7 @@ import unittest
import datetime
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app

View File

@ -7,7 +7,7 @@ __license__ = "GNU Lesser General Public License"
import unittest
import sys, os
from wsgi_intercept.urllib2_intercept import install_opener
from wsgi_intercept.urllib_intercept import install_opener
import wsgi_intercept
from wsgi_test_app import create_wsgi_app