Skip to content

Commit 656bf35

Browse files
committed
Change dateutil dependency to >= 2.1
1 parent e93cf23 commit 656bf35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def read_version():
3030
# Declare minimal set for installation
3131
required_packages = [
3232
"boto3>=1.10",
33-
"python-dateutil>=2.8"
33+
"python-dateutil>=2.1"
3434
]
3535

3636
setup(

0 commit comments

Comments
 (0)