biothings / biothings.species

This implements species API as part of BioThings API
Apache License 2.0
0 stars 3 forks source link

Web component needs to be updated for ES6 compatbility #1

Closed sirloon closed 5 years ago

sirloon commented 5 years ago

MyTaxonomy is being migrated to ES6 and latest biothings code base. Currently, running it says:

AttributeError: No setting named 'APP_LIST' was found, check configuration module.

showing code is outdated (iirc) + it may need update in ES queries performed against version 6.1

namespacestd0 commented 5 years ago

The cause is "requirements_web.txt" as of commit 25c53d98e8110a4fa7d01ab332e9a32a0809c3a3 specified an out-dated biothings.api dependency version. It is observed to be fixed by commit 8dc138c425f5df58ff4ec53cb59e11402f72ae8e.