gyorilab / indra_db

A Database-based knowledge back-end built on and for INDRA. The INDRA Database is a service that can be set up by any user with their own content and knowledge access. Our implementation of the database is the back-end to many of our projects, providing a vast and detailed knowledge base derived from many resources.
GNU General Public License v3.0
16 stars 10 forks source link

Make termcolor and cachetools default dependencies #190

Closed bgyori closed 2 years ago

bgyori commented 2 years ago

Currently, doing a simple import indra_db fails if only the default dependencies are installed since both termcolor and cachetools are imported in locations that are loaded centrally in the module. So this PR makes them default dependencies to allow importing indra_db upon a basic install without extras.