Skip to content

Commit 9384462

Browse files
committed
Merge branch 'release/2.5.2'
2 parents cf29bce + 4e24113 commit 9384462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import platform
66
import sys
77

8-
deps = ['python-dateutil', 'argparse', 'python-axolotl>=0.1.35', 'six']
8+
deps = ['python-dateutil', 'argparse', 'python-axolotl>=0.1.39', 'six']
99

1010
if sys.version_info < (2,7):
1111
deps += ['importlib']

0 commit comments

Comments
 (0)