mirror of https://github.com/encode/starlette.git
Link to example repo
This commit is contained in:
parent
bf51fc2d22
commit
c2d5813076
|
@ -72,6 +72,8 @@ if __name__ == '__main__':
|
|||
uvicorn.run(app, host='0.0.0.0', port=8000)
|
||||
```
|
||||
|
||||
For a more complete example, [see here](https://github.com/encode/starlette-example).
|
||||
|
||||
## Dependencies
|
||||
|
||||
Starlette does not have any hard dependencies, but the following are optional:
|
||||
|
|
|
@ -71,6 +71,8 @@ if __name__ == '__main__':
|
|||
uvicorn.run(app, host='0.0.0.0', port=8000)
|
||||
```
|
||||
|
||||
For a more complete example, [see here](https://github.com/encode/starlette-example).
|
||||
|
||||
## Dependencies
|
||||
|
||||
Starlette does not have any hard dependencies, but the following are optional:
|
||||
|
|
Loading…
Reference in New Issue