I'm having trouble installing tern and tern-rest-api in the same development environment. The problem seems to be the requirements.txt and requirements-dev.txt files that constrain the installation. I find that specifying just the direct dependencies for tern-rest-api (in this case - just flask-restx resolves the problem. I am more familiar with piptools than pipenv, and I like the dev/release balance there. My suggestion would be to migrate pipenv to piptools.
I'm having trouble installing
ternandtern-rest-apiin the same development environment. The problem seems to be therequirements.txtandrequirements-dev.txtfiles that constrain the installation. I find that specifying just the direct dependencies fortern-rest-api(in this case - justflask-restxresolves the problem. I am more familiar with piptools than pipenv, and I like the dev/release balance there. My suggestion would be to migrate pipenv to piptools.