From c55c689f5f053fc65f91066e7b0d5930fe29e480 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 30 May 2023 14:56:14 +0200 Subject: [PATCH] Remove old dependencies mappings from .meta.toml. --- .meta.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.meta.toml b/.meta.toml index ad7470f..4dbf6d6 100644 --- a/.meta.toml +++ b/.meta.toml @@ -5,10 +5,6 @@ template = "default" commit-id = "13d8d6c0" [dependencies] -mappings = [ - "Zope = ['OFS', 'Products.Five', 'Products.PageTemplates', 'ZPublisher']", - "python-dateutil = ['dateutil']", - ] ignores = "['zope.dublincore']" [check-manifest]