From efc99806517c0d197c6c994ecaa36e66523c5804 Mon Sep 17 00:00:00 2001 From: Adrien Perrin Date: Thu, 23 May 2024 07:53:54 +0000 Subject: [PATCH] update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4dc8e9..8e3974c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,6 @@ classifiers = [ "Topic :: Utilities", ] keywords = ["metadata", "standards", "thesaurus", "vocabulary"] -dependencies = ["PyYAML", "requests", 'xdg;platform_system!="Windows"'] +dependencies = ["PyYAML", "requests", "xdg;platform_system != 'Windows'"] urls = {Repository = "https://github.com/nansencenter/py-thesaurus-interface"} dynamic = ["version"]