From f86dd7ac460f1a3a967fce0cc98d039197364a94 Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Tue, 19 Nov 2019 14:53:15 +0100 Subject: [PATCH] added requirements.txt for pip --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1ae881a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +astroid==2.3.3 +autopep8==1.4.4 +isodate==0.6.0 +isort==4.3.21 +lazy-object-proxy==1.4.3 +mccabe==0.6.1 +pep8==1.7.1 +pycodestyle==2.5.0 +pylint==2.4.4 +pyparsing==2.4.5 +rdflib==4.2.2 +six==1.13.0 +SPARQLWrapper==1.8.4 +typed-ast==1.4.0 +wrapt==1.11.2 -- GitLab