From a5b5818c36771fb0ef6eca035faf4d211728543d Mon Sep 17 00:00:00 2001
From: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Tue, 18 Feb 2020 12:03:29 +0100
Subject: [PATCH] Re-introduce the swh.core dependency in swh.model[cli]

This allows the `swh identify` command to work again.

Close T2288
---
 requirements-cli.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements-cli.txt b/requirements-cli.txt
index f58c0c8b..7365d1f9 100644
--- a/requirements-cli.txt
+++ b/requirements-cli.txt
@@ -1,2 +1,3 @@
+swh.core
 Click
 dulwich
-- 
GitLab