Skip to content

Commit

Permalink
chore(fal_client): add test and dev extras (#198)
Browse files Browse the repository at this point in the history
Useful for ci and development.
  • Loading branch information
efiop authored Apr 30, 2024
1 parent c63e13d commit 5f8087c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/fal_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ dependencies = [
"httpx-sse>=0.4.0,<0.5",
]

[project.optional-dependencies]
test = [
"pytest",
"pytest-asyncio",
]
dev = [
"fal_client[test]",
]

[project.urls]
homepage = "https://fal.ai"
repository = "https://github.com/fal-ai/fal"
Expand Down

0 comments on commit 5f8087c

Please sign in to comment.