Skip to content

Commit c55a103

Browse files
committed
Fixed compat dependency
1 parent 53a59e0 commit c55a103

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sde/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.4'
1+
__version__ = '1.1.5'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
_version_re = re.compile(r"__version__\s=\s'(.*)'")
1515

1616
install_requires = [
17-
"six",
17+
# collections_abc moves introduced there
18+
"six>=1.13.0",
1819
"pyyaml"
1920
]
2021
tests_requires = [

0 commit comments

Comments
 (0)