Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cheziyi committed Aug 29, 2024
1 parent be51b20 commit b548425
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 @@ -17,7 +17,7 @@ helpers = []
http-client = ["requests", "types-requests", "retry", "types-retry"]
logging-json-formatter = ["python-json-logger"]
system-token-issuer = ["boto3", "boto3-stubs[lambda]", "PyJWT"]
data-processing = ["numpy"]
data-processing = ["numpy", "pandas", "pandas-stubs"]
dev = ["mypy", "black"]
all = [
"synnax-shared[events,helpers,http-client,logging-json-formatter,system-token-issuer,data-processing,dev]",
Expand Down

0 comments on commit b548425

Please sign in to comment.