Add peotry.lock file for pyproject.toml
Offen
Small improvement 🔧 / bug fix 🐛
- Vorherrschende Sprache
- Python
- Sterne
- 2
- Forks
- 2
- Ø Merge
- 5 T. 23 Std.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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/]
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.