bonfire: bump arrow dependency

This commit is contained in:
Kranium Gikos Mendoza 2018-02-03 10:25:10 +11:00
parent be4c6311f3
commit d135d14214

View File

@ -19,7 +19,7 @@ buildPythonApplication rec {
postPatch = '' postPatch = ''
# https://github.com/blue-yonder/bonfire/pull/24 # https://github.com/blue-yonder/bonfire/pull/24
substituteInPlace requirements.txt \ substituteInPlace requirements.txt \
--replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.11" \ --replace "arrow>=0.5.4,<0.8" "arrow>=0.5.4,<0.13" \
--replace "keyring>=9,<10" "keyring>=9,<11" --replace "keyring>=9,<10" "keyring>=9,<11"
# pip fails when encountering the git hash for the package version # pip fails when encountering the git hash for the package version
substituteInPlace setup.py \ substituteInPlace setup.py \