Created
November 17, 2014 14:04
-
-
Save ssbb/3f1a6093d333544f9bdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0b0fda55c87274f069f93683dc61e51d2bba8801 | |
Author: Alex Kir <[email protected]> | |
Date: Mon Nov 17 11:29:50 2014 +0200 | |
Modules update | |
* Swapped json to simplejson to get decimal encoding/decoding | |
* Updated requirements with suds-jurko instead of suds | |
* Updated requirements with simplejson | |
2 files changed, 3 insertions(+), 3 deletions(-) | |
requirements.txt | 3 ++- | |
vendor/planetExpress/wrappers.py | 3 +-- | |
Modified requirements.txt | |
diff --git a/requirements.txt b/requirements.txt | |
index 64d0a46..1e5d157 100644 | |
--- a/requirements.txt | |
+++ b/requirements.txt | |
@@ -30,7 +30,7 @@ django-wysiwyg-redactor | |
pytils | |
django-jfu | |
requests | |
-suds | |
+suds-jurko | |
chardet | |
ipdb | |
django-push-notifications | |
@@ -47,3 +47,4 @@ enum34 | |
pyShipping | |
-e git+https://github.com/duncaningram/django-fixture-media.git#egg=django-fixture-media | |
django-mptt | |
+simplejson | |
\ No newline at end of file | |
Modified vendor/planetExpress/wrappers.py | |
diff --git a/vendor/planetExpress/wrappers.py b/vendor/planetExpress/wrappers.py | |
index be8f1bb..f169cb6 100644 | |
--- a/vendor/planetExpress/wrappers.py | |
+++ b/vendor/planetExpress/wrappers.py | |
@@ -1,6 +1,5 @@ | |
# -*- coding: utf-8 -*- | |
-import json | |
- | |
+import simplejson as json | |
from django.contrib.gis.measure import D | |
from django.conf import settings | |
import requests | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment