Skip to content

Commit

Permalink
remove simplejson (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Chien committed Dec 4, 2018
1 parent 7d6e820 commit a2264d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion heroku3/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
This module provides the basic API interface for Heroku.
"""

import json
import sys
from pprint import pprint # noqa

import requests
from requests.exceptions import HTTPError

from .compat import json
from .helpers import is_collection
from .models import Plan, RateLimit
from .models.account import Account
Expand Down
13 changes: 0 additions & 13 deletions heroku3/compat.py

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

required = [
'requests>=1.2.3',
'simplejson==3.3.1',
'python-dateutil>=2.6.0',
]

Expand Down

0 comments on commit a2264d2

Please sign in to comment.