From 173a2b7c26cf4244953ce1b5cc017c10a7fd2655 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Wed, 4 Jul 2018 07:45:36 +0200
Subject: [PATCH] feat: enable pip requirements support by default

Closes #2216
---
 lib/config/definitions.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/config/definitions.js b/lib/config/definitions.js
index 64471f6642..2ee0f9457c 100644
--- a/lib/config/definitions.js
+++ b/lib/config/definitions.js
@@ -1005,7 +1005,6 @@ const options = [
     stage: 'package',
     type: 'json',
     default: {
-      enabled: false,
       fileMatch: ['(^|\\/)([\\w-]*)requirements.(txt|pip)$'],
     },
     mergeable: true,
-- 
GitLab