BigW Consortium Gitlab

Commit 93227660 by Marc Abramowitz

Make the oauth2 package an optional dependency (belongs to the [OAuth]

setuptools extra).
parent 968041e5
......@@ -17,4 +17,7 @@ setup(
long_description = long_description,
test_suite = 'test',
install_requires=['simplejson >= 2.0'],
)
extras_require = {
'OAuth': ["oauth2>=1.2.0"],
}
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment