Fix examples/chat/chat.py. Extract test requirements to .travis.yaml file.

This commit is contained in:
Alexander Koshkin
2019-01-09 22:01:46 +03:00
parent ce6ddb27a9
commit d629a0c85e
3 changed files with 4 additions and 12 deletions

View File

@ -17,10 +17,7 @@ setuptools.setup(
platforms=["unix", "linux", "osx"],
classifiers=classifiers,
install_requires=[
"pylint",
"pytest",
"pycryptodome",
"pytest-asyncio",
"click",
"base58",
"pymultihash",