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
removed 'requests' from 'install_requires'
requests_oauthlib already requires requests
  • Loading branch information
Epicalert committed Dec 29, 2019
commit 68f8b9830c6d644e403e06e4fef07d6dcf0df4ce
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
download_url = 'https://github.com/davidteather/BackpackTf-API/tarball/master',
keywords = ['backpacktf', 'python3', 'tf2', 'unofficial', 'backpack.tf', 'trading-bot', 'api'],
install_requires=[
'requests',
'oauth2',
'lxml',
'requests_oauthlib'
Expand Down