No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
8 additions and
0 deletions
-
README.md
|
@ -32,6 +32,14 @@ $ poetry install |
|
|
$ poetry run dropship |
|
|
$ poetry run dropship |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
### Updating dependencies |
|
|
|
|
|
|
|
|
|
|
|
- Change the bounds/versions/etc. in the [pyproject.toml](./pyproject.toml) |
|
|
|
|
|
- Run `poetry update` |
|
|
|
|
|
- Commit and push your changes |
|
|
|
|
|
|
|
|
|
|
|
The [poetry.lock](./poetry.lock) file helps us all get the same dependencies. |
|
|
|
|
|
|
|
|
### Adding a Github Mirror |
|
|
### Adding a Github Mirror |
|
|
|
|
|
|
|
|
We use a Github mirror so we can have a [gratis automated release build](./.travis.yml). |
|
|
We use a Github mirror so we can have a [gratis automated release build](./.travis.yml). |
|
|