1 parent 2127ca1 commit 563f65eCopy full SHA for 563f65e
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="jigsawstack",
9
- version="0.3.3",
+ version="0.3.4",
10
description="JigsawStack - The AI SDK for Python",
11
long_description=open("README.md", encoding="utf8").read(),
12
long_description_content_type="text/markdown",
@@ -19,7 +19,7 @@
19
python_requires=">=3.7",
20
keywords=["AI", "AI Tooling"],
21
setup_requires=["pytest-runner"],
22
- tests_require=["pytest"],
+ tests_require=["pytest", "pytest-asyncio"],
23
test_suite="tests",
24
classifiers=[
25
"Development Status :: 4 - Beta",
0 commit comments