Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2127ca1 commit 563f65eCopy full SHA for 563f65e
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