Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Dec 8, 2024
1 parent b198a64 commit fcb9b0f
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 391 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This diagram gives an overview of the basic architecture:
You can install _fastgeoapi_ via [pip](https://pip.pypa.io/) from
[PyPI](https://pypi.org/):

```console
```shell
pip install fastgeoapi
```

Expand All @@ -63,7 +63,7 @@ export PYGEOAPI_OPENAPI=example-openapi.yml
Finally, you can start fastgeoapi in development mode:

```shell
uvicorn app.main:app --port 5000 --loop asyncio --reload
fastapi dev app/main.py --app app --host 0.0.0.0 --port 5000 --reload
```

## Usage
Expand Down
Loading

0 comments on commit fcb9b0f

Please sign in to comment.