diff --git a/setup.py b/setup.py index 656f809..309ed87 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -requires = ['requests', 'requests-oauthlib'] +requires = ['requests', 'requests_oauthlib'] try: from setuptools import setup