diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:27:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-04-19 13:27:09 +0000 |
commit | 643bc3635e75121826fb878f46ca540ce210bace (patch) | |
tree | df410cfc4a0c1c67068d40f4d10c8ca5574a4b1c /setup.py | |
parent | Adding upstream version 0.15.0. (diff) | |
download | gitlint-643bc3635e75121826fb878f46ca540ce210bace.tar.xz gitlint-643bc3635e75121826fb878f46ca540ce210bace.zip |
Adding upstream version 0.15.1.upstream/0.15.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ setup( python_requires=">=3.6", install_requires=[ 'Click==7.1.2', - 'arrow==0.17.0', + 'arrow==1.0.3', ], extras_require={ ':sys_platform != "win32"': [ |