summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index f6b7f00..02c91ab 100644
--- a/setup.py
+++ b/setup.py
@@ -64,13 +64,14 @@ setup(
"License :: OSI Approved :: MIT License"
],
install_requires=[
- 'Click==6.7',
- 'arrow==0.10.0'
+ 'Click==7.0',
],
extras_require={
- ':python_version < "2.7"': [
- 'importlib==1.0.3',
- 'ordereddict==1.1',
+ ':python_version != "3.4"': [
+ 'arrow==0.14.2',
+ ],
+ ':python_version == "3.4"': [
+ 'arrow==0.13.2',
],
':sys_platform != "win32"': [
'sh==1.12.14',