Add peotry.lock file for pyproject.toml
Abierto
Small improvement 🔧 / bug fix 🐛
- Lenguaje dominante
- Python
- Estrellas
- 2
- Forks
- 2
- Merge medio
- 5 d 23 h
- PR fusionados (30 d)
- 2
Descripción
After discussion with Kristian Reed (Snyk), he mentioned 2 different ways to list our requirements in the project:
1. to create a requirements.txt file
2. to have a pyproject.toml + poetry.lock files
Since a pyproject.toml file already exists, a poetry.lock should be added. It will help Snyk detect future vulnerabilities in the repository.
More information on poetry.lock files:
[https://python-poetry.org/docs/basic-usage/]
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.