Skip to content

Commit

Permalink
feat: Update fastapi version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed May 10, 2024
1 parent fc39f2d commit d25d0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def get_file(nm: str) -> list:
"pyfreeproxies==0.1.1",
],
extras_require={
'api' : ["fastapi[all]==0.110.1",]
"api": [
"fastapi[all]==0.110.1",
]
},
python_requires=">=3.9",
project_urls={
Expand Down

0 comments on commit d25d0ce

Please sign in to comment.