mirror of https://github.com/encode/starlette.git
Fix linking
This commit is contained in:
parent
0ae9a7f523
commit
5488af66d7
12
README.md
12
README.md
|
@ -76,12 +76,12 @@ if __name__ == '__main__':
|
|||
|
||||
Starlette does not have any hard dependencies, but the following are optional:
|
||||
|
||||
* `[requests][requests]` - Required if you want to use the `TestClient`.
|
||||
* `[aiofiles][aiofiles]` - Required if you want to use `FileResponse` or `StaticFiles`.
|
||||
* `[python-multipart][python-multipart]` - Required if you want to support form parsing, with `request.form()`.
|
||||
* `[graphene][graphene]` - Required for GraphQL support.
|
||||
* `[itsdangerous][itsdangerous]` - Required for SessionMiddleware support.
|
||||
* `[ujson][ujson]` - Required if you want to use `UJSONResponse`.
|
||||
* [`requests`][requests] - Required if you want to use the `TestClient`.
|
||||
* [`aiofiles`][aiofiles] - Required if you want to use `FileResponse` or `StaticFiles`.
|
||||
* [`python-multipart`][python-multipart] - Required if you want to support form parsing, with `request.form()`.
|
||||
* [`graphene`][graphene] - Required for GraphQL support.
|
||||
* [`itsdangerous`][itsdangerous] - Required for SessionMiddleware support.
|
||||
* [`ujson`][ujson] - Required if you want to use `UJSONResponse`.
|
||||
|
||||
You can install all of these with `pip3 install starlette[full]`.
|
||||
|
||||
|
|
|
@ -75,12 +75,12 @@ if __name__ == '__main__':
|
|||
|
||||
Starlette does not have any hard dependencies, but the following are optional:
|
||||
|
||||
* `[requests][requests]` - Required if you want to use the `TestClient`.
|
||||
* `[aiofiles][aiofiles]` - Required if you want to use `FileResponse` or `StaticFiles`.
|
||||
* `[python-multipart][python-multipart]` - Required if you want to support form parsing, with `request.form()`.
|
||||
* `[graphene][graphene]` - Required for GraphQL support.
|
||||
* `[itsdangerous][itsdangerous]` - Required for SessionMiddleware support.
|
||||
* `[ujson][ujson]` - Required if you want to use `UJSONResponse`.
|
||||
* [`requests`][requests] - Required if you want to use the `TestClient`.
|
||||
* [`aiofiles`][aiofiles] - Required if you want to use `FileResponse` or `StaticFiles`.
|
||||
* [`python-multipart`][python-multipart] - Required if you want to support form parsing, with `request.form()`.
|
||||
* [`graphene`][graphene] - Required for GraphQL support.
|
||||
* [`itsdangerous`][itsdangerous] - Required for SessionMiddleware support.
|
||||
* [`ujson`][ujson] - Required if you want to use `UJSONResponse`.
|
||||
|
||||
You can install all of these with `pip3 install starlette[full]`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue