Remove temporary hook for Arrow deps

This commit is contained in:
Ivan Kravets
2017-11-25 19:06:38 +02:00
parent 37a2ccedbd
commit 9b514ba194

View File

@ -25,8 +25,7 @@ install_requires = [
"lockfile>=0.9.1,<0.13",
"pyserial>=3,<4,!=3.3",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0",
"backports.functools-lru-cache" # tmp for for arrow
"semantic_version>=2.5.0,<3"
]
setup(