Skip to content

Commit

Permalink
Merge pull request #45 from robert-mings/master
Browse files Browse the repository at this point in the history
Remove future dependency
  • Loading branch information
robert-mings committed Feb 17, 2024
2 parents 78ed57c + 105d7da commit 8cefee7
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 9 deletions.
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.

0 comments on commit 8cefee7

Please sign in to comment.