From 701515ab56f6c22860d52d31c316d3cd4f4efd59 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 8 Nov 2021 22:03:41 +0000 Subject: [PATCH] Fix atoml dependency --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index ae525fe..07dc5da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -63,14 +63,14 @@ exclude = # PDF = ReportLab; RXP full = configupdater>=3.0.1,<4 - # atoml>=1.1.0,<2 - atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml + atoml>=1.1.0,<2 + # atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml lite = tomli-w>=0.4.0,<2 all = configupdater>=3.0.1,<4 - # atoml>=1.1.0,<2 - atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml + atoml>=1.1.0,<2 + # atoml @ git+https://github.com/abravalheri/atoml@table-common-ancestor#egg=atoml tomli-w>=0.4.0,<2 # Add here test requirements (semicolon/line-separated)