Skip to content

Commit b66d5ab

Browse files
authored
update setup install requires version (#37)
1 parent cb85133 commit b66d5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
url="https://github.com/Genteki/pyvts",
3131
license="MIT",
3232
packages=find_packages(exclude=["tests.*", "tests"]),
33-
install_requires=["websockets", "aiofiles"],
33+
install_requires=["websockets>=10.4", "aiofiles>=23.1.0"],
3434
)

0 commit comments

Comments
 (0)