Fix linking

This commit is contained in:
Tom Christie 2018-10-31 09:42:07 +00:00
parent 0ae9a7f523
commit 5488af66d7
2 changed files with 12 additions and 12 deletions

View File

@ -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]`.

View File

@ -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]`.