From 7c58ad0b586a4a4f0a638b16c182f6c101d1e8e0 Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Tue, 15 Sep 2020 12:39:14 +0500 Subject: [PATCH 1/3] TESTING BUILD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ee22f1..32e20579 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Optimizely Python SDK +# Optimizely Python SDK [![PyPI version](https://badge.fury.io/py/optimizely-sdk.svg)](https://pypi.org/project/optimizely-sdk) [![Build Status](https://travis-ci.org/optimizely/python-sdk.svg?branch=master)](https://travis-ci.org/optimizely/python-sdk) From a20f11fcb2acf4a5beaf91fd1f17ac7c4e7dec1d Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Wed, 16 Sep 2020 11:34:50 +0500 Subject: [PATCH 2/3] fix pyresistent version --- requirements/core.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/core.txt b/requirements/core.txt index 675903ec..24cad8d3 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -1,3 +1,4 @@ jsonschema==3.2.0 +pyrsistent==0.14.0 mmh3==2.5.1 requests[security]>=2.9.1 From b5d0be202362cd296dc18ffdd0f2640bd2184a0d Mon Sep 17 00:00:00 2001 From: Owais Akbani Date: Wed, 16 Sep 2020 11:45:24 +0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32e20579..00ee22f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Optimizely Python SDK +# Optimizely Python SDK [![PyPI version](https://badge.fury.io/py/optimizely-sdk.svg)](https://pypi.org/project/optimizely-sdk) [![Build Status](https://travis-ci.org/optimizely/python-sdk.svg?branch=master)](https://travis-ci.org/optimizely/python-sdk)