From 56e9412d0d322fd88240fe2af41716a0016831c7 Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Wed, 1 Jul 2020 19:26:26 +0200
Subject: [PATCH] Fixed dependencies in setup.py that broke the install
 process.

---
 setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index d643cc3..251c109 100644
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,7 @@ def main():
         package_dir={'': './'},
         packages=find_packages(),
         install_requires=[
-            'nomadcore',
-            'nomad'
+            'nomadcore'
         ],
     )
 
-- 
GitLab