summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2019-06-18 13:03:45 +0200
committerJoris Roovers <joris.roovers@gmail.com>2019-06-18 14:34:06 +0200
commit3fc4c03276b0e15368da03eccb2b5d95e91c79a7 (patch)
tree010dbabe3c8b208f44977707d3da5ec23cd9e7d3 /requirements.txt
parent157c0783170e290415e9eef4960b868bd42486a4 (diff)
Updated dependencies
- Updated most dependencies to latest (or newer) versions - Removed dependency pinning for Python 2.6 and 3.3 - Minor code-tweaks to deal with dependency changes - Added pypi download stats to `run_tests.sh -s`
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index 3596958..6215ef9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,6 @@
setuptools
-wheel==0.29.0; python_version == '2.6' or python_version == '3.3'
-wheel==0.32.2; python_version != '2.6' and python_version != '3.3'
-Click==6.7
+wheel==0.33.4;
+Click==7.0
sh==1.12.14; sys_platform != 'win32' # sh is not supported on windows
-arrow==0.10.0
-ordereddict==1.1; python_version < '2.7'
-importlib==1.0.3; python_version < '2.7'
+arrow==0.14.2; python_version != '3.4'
+arrow==0.13.2; python_version == '3.4'