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 ab1e76d commit 7447583Copy full SHA for 7447583
setup.py
@@ -10,7 +10,7 @@
10
"six>=1.8.0",
11
]
12
long_description = open("README.md", "r").read()
13
-tests_require = ["pytest==4.4.1", "pytest-cov", "codecov"]
+tests_require = ["pytest", "pytest-cov", "codecov"]
14
15
about = {}
16
with open("stream_chat/__pkg__.py") as fp:
0 commit comments