From 07168b532147c799172555670ed934b28cde3220 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 18 Sep 2023 11:12:49 +0300 Subject: [PATCH] Explicitly list extras as dependency it is imported after all.. Closes #347 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 91bb1f3..8e64059 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ testtools>=2.2.0 # MIT PyYAML>=3.10.0 # MIT voluptuous>=0.8.9 # BSD License tomlkit>=0.11.6 # MIT +extras>=1.0.0