Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 855 Bytes

main.rst

File metadata and controls

32 lines (22 loc) · 855 Bytes

reqs

Add package requirements to your project.

Quick setup:

(dvlpt)$ pmg add reqs
(dvlpt)$ pmg rg

Modifications

Requirements files

Requirements for your projects are stored in your config in order to generate two requirements files:

  • "requirements.txt" that contains all the requirements to use your package, play the examples, run the tests and compile the documentation.
  • "requirements_minimal.txt" that contains the bare minimal requirements to use your package. Think of it as the minimal requirements that will be used on a production server for example.

To help you keep track of your dependencies, you can use the reqs_tool tool provided with this option.