Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatriQ committed Jun 11, 2024
1 parent 3c9f51a commit 37dbe45
Show file tree
Hide file tree
Showing 3 changed files with 455 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
```base
poetry shell # activate current environment
poetry add $(cat requirements.txt) # install dependencies of production and update pyproject.toml
poetry add $(cat requirements-dev.txt) # install dependencies of development and update pyproject.toml
poetry add $(cat requirements-dev.txt) --group dev # install dependencies of development and update pyproject.toml
```
6. Run migrate

Expand Down

0 comments on commit 37dbe45

Please sign in to comment.