Skip to content

Commit

Permalink
Fix OAuthLib version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Jun 28, 2019
1 parent 3f8c0b8 commit 7613fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_tests(self):
cmdclass={'test': PyTest},
exclude_package_data={'': ['.gitignore']},
include_package_data=True,
install_requires=['pyramid>=1.4.0', 'oauthlib'],
install_requires=['pyramid>=1.4.0', 'oauthlib>=2,<3'],
packages=find_packages(),
setup_requires=['setuptools_git'],
tests_require=['mock', 'pytest', 'pytest-cov'],
Expand Down

0 comments on commit 7613fc1

Please sign in to comment.