Skip to content

Commit

Permalink
fix problem with dependencies build in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Jul 9, 2024
1 parent cf10bf9 commit 2e52c67
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 @@ -90,7 +90,7 @@ def main():
"colorama": "colorama",
"app": ["fastapi[all]>=0.109.1", "uvicorn==0.22.0", "sentry-sdk[fastapi]>=2.0.0", "python-decouple==3.8"],
"all": [
"colorama>", # colorama
"colorama", # colorama
"fastapi[all]>=0.109.1", # app requirements
"uvicorn==0.22.0",
"sentry-sdk[fastapi]>=2.0.0",
Expand Down

0 comments on commit 2e52c67

Please sign in to comment.