diff --git a/pyproject.toml b/pyproject.toml index 8ef9d24f7cd99..b4bff7299b9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP", ] requires = [ - "starlette @ git+ssh://git@github.com/encode/starlette@master#egg=starlette", + "starlette @ git+https://github.com/encode/starlette.git#master", "pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0", ] description-file = "README.md"