2019-08-28 UTC
# [fluffy] the main thing I wish for with Pipenv is the ability to specify multiple deployment environments/targets. It sorta special-cases dev and otherwise everything else is ‘production,’ which means it’s easy to run into situations where you end up with extra packages or even conflicting packages based on trying to deploy on a Mac desktop running sqlite vs a Linux server running postgres and memcached, for example.