From bc79637b2900160a618370f5f401e742a727b758 Mon Sep 17 00:00:00 2001 From: janssenhenning Date: Mon, 24 Jan 2022 10:00:15 +0100 Subject: [PATCH] Next try for git dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e96607b..b8623aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ keywords = ['ase', 'fleur'] requires-python = ">=3.7" dependencies = [ - 'git+https://gitlab.com/ase/ase.git@master', + 'ase @ git+https://gitlab.com/ase/ase.git@master', 'masci_tools>=0.7.2', ]