Skip to content

Commit 2cecfb8

Browse files
Merge pull request #214 from dvonthenen/update-poetry-config
Update to Poetry Config To Breakout SDK, Dev, and Examples Dependencies
2 parents 828d69e + 1c9804a commit 2cecfb8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,19 @@ readme = "README.md"
3232
python = "^3.10"
3333
httpx = "^0.25.2"
3434
websockets = "^12.0"
35-
typing-extensions = "^4.8.0"
35+
typing-extensions = "^4.9.0"
3636
dataclasses-json = "^0.6.3"
37-
# python-dotenv = "^1.0.0"
3837
asyncio = "^3.4.3"
3938
aiohttp = "^3.9.1"
4039
verboselogs = "^1.7"
40+
# needed only if you are looking to use samples in the "examples" folder
4141
# pyaudio = "^0.2.14"
42+
# python-dotenv = "^1.0.0"
43+
# needed for contributing to the SDK
44+
# pytest-asyncio = "^0.21.1"
45+
# pytest = "^7.4.3"
46+
# fuzzywuzzy = "^0.18.0"
47+
# pytest-cov = "^4.1.0"
4248

43-
[tool.poetry.group.dev.dependencies]
44-
pytest = "^7.4.3"
45-
pytest-asyncio = "^0.21.1"
46-
fuzzywuzzy = "^0.18.0"
47-
pytest-cov = "^4.1.0"
49+
# [tool.poetry.group.dev.dependencies]
50+
# fuzzywuzzy = "^0.18.0"

0 commit comments

Comments
 (0)