fossology/atarashi

Pipfile: the replacement for requirements.txt

Open

#66 aperta il 11 mar 2020

Vedi su GitHub
 (13 commenti) (0 reazioni) (1 assegnatario)Python (37 fork)auto 404
Questionenhancementgood first issue

Metriche repository

Star
 (32 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

We can migrate our current requirement.txt file to pipfile due to several reasons like:

  • TOML syntax for declaring all types of Python dependencies.
  • One Pipfile (as opposed to multiple requirements.txt files).
  • A Pipfile is inherently ordered.

or, Refer: Why?

Guida contributor