You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because we use poetry to manage the dependencies for the saw
python client we do not wish to also have a checked in
requirements.txt. Instead we use the poetry.lock file to be the
one place to keep up-to-date dependency details, and we can
generate requirements.txt on an as-needed basis using the
poetry command:
```
poetry export -f requirements.txt --output requirements.txt
```
0 commit comments