Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added requests_oauthlib as a dependency in setup.py
  • Loading branch information
Epicalert committed Dec 29, 2019
commit d3607513dcc3577b14c3712c227e6a612616ed09
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
install_requires=[
'requests',
'oauth2',
'lxml'
'lxml',
'requests_oauthlib'
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand All @@ -33,4 +34,4 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.4'
],
)
)