Skip to content

Commit

Permalink
πŸ› Setup.py: Fixed starlette>=0.30.0 not found bug.
Browse files Browse the repository at this point in the history
- πŸš‘οΈ Fixed No matching distribution found for `starlette>=0.30.0` bug caused by some binaries missing on pypi index but removing latest patch from it.
  • Loading branch information
abhiTronix committed Jul 22, 2023
1 parent 354f470 commit bdc24a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def latest_version(package_name):
"mss==7.0.1", # TODO temporary solution, needs to be addressed
"Pillow",
"pyscreenshot{}".format(latest_version("pyscreenshot")),
"starlette{}".format(latest_version("starlette")),
"starlette",
"jinja2",
"msgpack{}".format(latest_version("msgpack")),
"msgpack_numpy{}".format(latest_version("msgpack_numpy")),
Expand Down

0 comments on commit bdc24a4

Please sign in to comment.