initial commit

This commit is contained in:
2023-01-18 00:04:11 +03:00
commit 0e5d92208b
7 changed files with 673 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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 in `pyproject.toml` and set `poetry` versions in Dockerfile
run
```bash
docker-compose up --build
```
script will generate `poetry.lock` and `requirements.txt` files