From 68a4bdec9a332878a2e57d8260a8f8d83b58fa22 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Sat, 22 Sep 2018 07:46:10 +1000 Subject: [PATCH 1/2] chore(deps): Update SQLAlchemy to latest version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d68de0c..1178882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pyramid==1.5 WebOb==1.4.1 requests==2.13 simplejson==3.10 -SQLAlchemy==1.1.5 +SQLAlchemy==1.2.12 unittest2==1.1 zope.component==4.2.1 configparser==3.5 From 0a76855c684e9811a347fdfe89fd860e3869767b Mon Sep 17 00:00:00 2001 From: Niko Wenselowski Date: Tue, 2 Oct 2018 19:06:43 +0200 Subject: [PATCH 2/2] simplejson is available as the 'json' module since Python 2.6. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1178882..9ff402d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ gunicorn==19.6 pyramid==1.5 WebOb==1.4.1 requests==2.13 -simplejson==3.10 SQLAlchemy==1.2.12 unittest2==1.1 zope.component==4.2.1