mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-03-21 22:00:37 +03:00
add dev export to requirements.txt
This commit is contained in:
@@ -26,4 +26,9 @@ docker build --build-arg USER=$USER -t poetry-python . && docker run --rm -u $US
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
script will generate `poetry.lock` and `requirements.txt` files in `poetry` directory
|
||||
script will generate `poetry.lock` and `requirements.txt` files in `poetry` directory
|
||||
|
||||
## Local poetry export
|
||||
```bash
|
||||
poetry export -f requirements.txt --with dev --without-hashes --output requirements.txt
|
||||
```
|
||||
Reference in New Issue
Block a user