We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2f431 commit 5fa748aCopy full SHA for 5fa748a
requirements.txt
@@ -42,3 +42,6 @@ prometheus-client==0.1.0
42
distro==1.3.0
43
# pin pylint to a python2-compatible version
44
pylint==1.9.5
45
+# lazy-object-proxy is a dependency of pylint and needs to be pinned
46
+# for a successful build on Alpine (source install)
47
+lazy-object-proxy==1.3.1
0 commit comments