Skip to content

Commit

Permalink
[requirements] pin lazy-object-proxy for successful alpine build (#3861)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Oct 22, 2019
1 parent fa2f431 commit 5fa748a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ prometheus-client==0.1.0
distro==1.3.0
# pin pylint to a python2-compatible version
pylint==1.9.5
# lazy-object-proxy is a dependency of pylint and needs to be pinned
# for a successful build on Alpine (source install)
lazy-object-proxy==1.3.1

0 comments on commit 5fa748a

Please sign in to comment.