Skip to content

Commit 283cb5e

Browse files
committed
Added mox to the list of things tests require and upped verion in preparation for the release.
1 parent 01a507c commit 283cb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name="oauth2",
6-
version="1.0.8",
6+
version="1.0.9",
77
description="Library for OAuth version 1.0a.",
88
author="Joe Stump",
99
author_email="[email protected]",
@@ -13,4 +13,4 @@
1313
license = "MIT License",
1414
keywords="oauth",
1515
zip_safe = True,
16-
tests_require=['nose', 'coverage'])
16+
tests_require=['nose', 'coverage', 'mox'])

0 commit comments

Comments
 (0)