Skip to content

Commit 7a28fb2

Browse files
authored
feat: remove six as dependency as we are python3 only, resolves #60 (#61)
1 parent bec6a11 commit 7a28fb2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Vinit Kumar"""
66
__email__ = "[email protected]"
7-
__version__ = "3.4.1"
7+
__version__ = "3.5.0"
88

99

1010
# from .utils import readfromurl, readfromstring, readfromjson

requirements_prod.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dicttoxml==1.7.4
2-
six==1.11.0
32
requests>=2.20.0
43
xmltodict==0.11.0
54

0 commit comments

Comments
 (0)