Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shell1010 committed Feb 17, 2024
1 parent b58c6fe commit 4233c1f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@
"ujson==5.7.0",
"aiofiles==0.8.0",
"requests==2.31.0",
] + ["uvloop==0.17.0"] if sys.platform == "linux" else ["winloop==0.1.0"],
"uvloop==0.17.0"
] if sys.platform == "linux" else
[
"aiohttp==3.8.5",
"aioconsole==0.3.3",
"websockets==10.1",
"ujson==5.7.0",
"aiofiles==0.8.0",
"requests==2.31.0",
"winloop==0.1.0"
],
setup_requires=["pytest-runner"],
tests_require=["pytest"],
test_suite="tests",
Expand Down

0 comments on commit 4233c1f

Please sign in to comment.