Skip to content

Removed future dependency #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions intuitlib/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from __future__ import absolute_import

import json
import requests

Expand Down
1 change: 0 additions & 1 deletion intuitlib/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""This module helps in migrating OAuth 1.0a tokens to OAuth 2.0
"""
from __future__ import absolute_import

import json
from requests_oauthlib import OAuth1
Expand Down
1 change: 0 additions & 1 deletion intuitlib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""This module contains utility methods used by this library
"""
from __future__ import absolute_import

import json
from base64 import b64encode, b64decode, urlsafe_b64decode
Expand Down
2 changes: 1 addition & 1 deletion intuitlib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.2.4'
__version__ = '1.2.5'
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
python_jose>=2.0.2
future>=0.16.0
requests>=2.13.0
mock>=2.0.0
requests_oauthlib>=1.0.0
Expand All @@ -9,5 +8,3 @@ pytest>=3.8.0
pytest-cov==2.5.0
six>=1.10.0
enum-compat


1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
namespace_packages=('intuitlib',),
install_requires=[
'python_jose>=2.0.2',
'future>=0.16.0',
'requests>=2.13.0',
'requests_oauthlib>=1.0.0',
'six>=1.10.0',
Expand Down
Binary file removed views/Callout.png
Binary file not shown.