[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Circular dependencies in python modules
From: |
Andreas Enge |
Subject: |
Re: Circular dependencies in python modules |
Date: |
Wed, 21 Jan 2015 23:24:23 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Looking at the code of both modules on github, there is:
https://github.com/RDFLib/sparqlwrapper/blob/master/requirements.txt
rdflib
rdflib_jsonld
and
https://github.com/RDFLib/rdflib/blob/master/requirements.py2.txt
flake8
isodate
pyparsing<=1.5.7
SPARQLWrapper
(and similarly for python3; no idea why there the installation worked
without sparqlwrapper).
So what can we do?
Andreas