HomePhabricator

Use Pipenv to manage requirements
20fac144354bUnpublished

Tags
None
Referenced Files
None
Subscribers
None

Unpublished Commit · Learn More

Publishing Disabled: All publishing is disabled for this repository.

Description

Use Pipenv to manage requirements

pipenv is a tool for managing application dependencies.

The Pipfile was generated from the existing requirements.txt
(using pipenv install), and the requirements.txt were genrated
back from the Pipfile[.lock] (using pipenv lock -r > requirements.txt)

Details

Provenance
JeanFredAuthored on May 18 2018, 2:21 PM
Parents
R1969:e45df26f5e30: Pin Flask to currently known version
Branches
Unknown
Tags
Unknown
ChangeId
None