Skip to content

Commit

Permalink
drop the python-oauth2 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jun 14, 2013
1 parent 3194ca2 commit 838235e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
PY3 = sys.version_info[0] >= 3

requires = [
'oauth2',
'pyramid',
'requests',
'requests-oauthlib',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ commands =
setenv =
TEST_INI = {toxinidir}/test.ini
deps =
oauth2
pyramid
requests
requests-oauthlib
Expand Down

0 comments on commit 838235e

Please sign in to comment.