HomePhabricator

Use Pipenv to manage requirements

Description

Use Pipenv to manage requirements

pipenv is a tool for managing application dependencies.
(see https://pipenv.readthedocs.io/)

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

Same thing for the requirements-test.txt file
(renamed to requirements-dev for convention)

This will make it easier to bump dependencies.

Change-Id: Iae7ecc0f424dfe488a7f6582608aee29077f7083

Details

Provenance
JeanFredAuthored on Aug 23 2018, 9:59 PM
jenkins-botCommitted on Aug 29 2018, 6:47 AM
Parents
rTHER20f082a7bdc9: Add more known fields to ru_ru
Branches
Unknown
Tags
Unknown
References
refs/changes/15/455015/6
ChangeId
Iae7ecc0f424dfe488a7f6582608aee29077f7083