tldr-pages / tldr-bot

A simple bot that performs automation tasks on the main tldr repo
https://github.com/tldr-bot
MIT License
29 stars 8 forks source link

Use a package management tool to capture dependencies #7

Open mebeim opened 4 years ago

mebeim commented 4 years ago

As @agnivade noted in #6 (comment), a package management tool like Poetry (https://poetry.eustace.io) should be used to capture the dependencies in a Pyproject.toml file.

einverne commented 4 years ago

Just paste a reference https://www.python.org/dev/peps/pep-0518/