heatmap-scatter-dash icon indicating copy to clipboard operation
heatmap-scatter-dash copied to clipboard

Move to pipenv

Open mccalluc opened this issue 7 years ago • 1 comments

I had started using pipenv, but I think it's not quite mature enough.

  • First hit a problem with Elastic Beanstalk for Python: it still requires requirements.txt -> Not a problem: just pipenv lock --requirements > requirements.txt
  • Then hit a problem with Docker: https://github.com/pypa/pipenv/issues/1328#issuecomment-362341131

I like what it is trying to do, though. Perhaps wait until integration with pip is complete.

mccalluc avatar Feb 01 '18 18:02 mccalluc

See https://github.com/pypa/pipenv/issues/1328#issuecomment-362363134 regarding docker

techalchemy avatar Feb 01 '18 18:02 techalchemy