Skip to content

Commit

Permalink
Temporary fix for Arrow with a missing deps to backports.functools-lr…
Browse files Browse the repository at this point in the history
…u-cache
  • Loading branch information
ivankravets committed Nov 25, 2017
1 parent a983f60 commit 37a2cce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -25,7 +25,8 @@
"lockfile>=0.9.1,<0.13",
"pyserial>=3,<4,!=3.3",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0"
"semantic_version>=2.5.0",
"backports.functools-lru-cache" # tmp for for arrow
]

setup(
Expand Down

0 comments on commit 37a2cce

Please sign in to comment.