Skip to content

Commit

Permalink
Correct Starlette master version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed May 22, 2022
1 parent 2498888 commit da0a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da0a234

Please sign in to comment.