mirror of
https://github.com/Balshgit/python-poetry.git
synced 2025-09-10 16:30:41 +03:00
Poetry main package
Used for poetry packages management with docker
required docker
and docker-compose
Poetry lock for any version
- copy
pyproject.toml
file to poetry dir - set
python
version the same as inpyproject.toml
and setpoetry
versions in Dockerfile
run
docker-compose up --build
script will generate poetry.lock
and requirements.txt
files
Description
Languages
Dockerfile
51.4%
Makefile
48.6%