Fix comma issue.

This commit is contained in:
Yuxin Wang 2019-10-21 23:02:33 -04:00 committed by GitHub
parent 091fb0b0c5
commit 231e93c135

View file

@ -25,7 +25,7 @@ setup(
],
keywords='P2P, Networking',
packages=find_packages(exclude=['tests']),
install_requires=['pybase64', 'zstandard', 'coloredlogs', 'beautifultable', 'tqdm', 'aioconsole'
install_requires=['pybase64', 'zstandard', 'coloredlogs', 'beautifultable', 'tqdm', 'aioconsole',
'uvloop ; platform_system != "Windows"'],
extras_require={
'test': ['pytest', 'pytest-asyncio', 'pytest-cov', 'coverage'],