Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Remove future dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed May 1, 2019
1 parent 41253ba commit 61257c0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
future
requests
requests-oauthlib
sphinx
Expand Down
1 change: 0 additions & 1 deletion requirements.testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
future
requests
requests-oauthlib
responses
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
future
requests
requests-oauthlib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def extract_metaitem(meta):
download_url=extract_metaitem('download_url'),
packages=find_packages(exclude=('tests', 'docs')),
platforms=['Any'],
install_requires=['future', 'requests', 'requests-oauthlib'],
install_requires=['requests', 'requests-oauthlib'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
keywords='twitter api',
Expand Down

0 comments on commit 61257c0

Please sign in to comment.