Skip to content

Commit 8cefee7

Browse files
authored
Merge pull request #45 from robert-mings/master
Remove future dependency
2 parents 78ed57c + 105d7da commit 8cefee7

File tree

7 files changed

+1
-9
lines changed

7 files changed

+1
-9
lines changed

intuitlib/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from __future__ import absolute_import
16-
1715
import json
1816
import requests
1917

intuitlib/migration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""This module helps in migrating OAuth 1.0a tokens to OAuth 2.0
1616
"""
17-
from __future__ import absolute_import
1817

1918
import json
2019
from requests_oauthlib import OAuth1

intuitlib/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""This module contains utility methods used by this library
1616
"""
17-
from __future__ import absolute_import
1817

1918
import json
2019
from base64 import b64encode, b64decode, urlsafe_b64decode

intuitlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '1.2.4'
15+
__version__ = '1.2.5'

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
python_jose>=2.0.2
2-
future>=0.16.0
32
requests>=2.13.0
43
mock>=2.0.0
54
requests_oauthlib>=1.0.0
@@ -9,5 +8,3 @@ pytest>=3.8.0
98
pytest-cov==2.5.0
109
six>=1.10.0
1110
enum-compat
12-
13-

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
namespace_packages=('intuitlib',),
3232
install_requires=[
3333
'python_jose>=2.0.2',
34-
'future>=0.16.0',
3534
'requests>=2.13.0',
3635
'requests_oauthlib>=1.0.0',
3736
'six>=1.10.0',

views/Callout.png

-16 KB
Binary file not shown.

0 commit comments

Comments
 (0)