From 7a28fb2170687e29641aaa351f59bb2b09ffc94a Mon Sep 17 00:00:00 2001 From: Vinit Kumar Date: Mon, 24 Aug 2020 21:28:10 +0530 Subject: [PATCH] feat: remove six as dependency as we are python3 only, resolves #60 (#61) --- json2xml/__init__.py | 2 +- requirements_prod.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/json2xml/__init__.py b/json2xml/__init__.py index 3a17f77..53425c1 100644 --- a/json2xml/__init__.py +++ b/json2xml/__init__.py @@ -4,7 +4,7 @@ __author__ = """Vinit Kumar""" __email__ = "mail@vinitkumar.me" -__version__ = "3.4.1" +__version__ = "3.5.0" # from .utils import readfromurl, readfromstring, readfromjson diff --git a/requirements_prod.txt b/requirements_prod.txt index cfad3ff..6f44e7a 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,5 +1,4 @@ dicttoxml==1.7.4 -six==1.11.0 requests>=2.20.0 xmltodict==0.11.0