Skip to content

Commit 7447583

Browse files
authored
Update setup.py
1 parent ab1e76d commit 7447583

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
@@ -10,7 +10,7 @@
1010
"six>=1.8.0",
1111
]
1212
long_description = open("README.md", "r").read()
13-
tests_require = ["pytest==4.4.1", "pytest-cov", "codecov"]
13+
tests_require = ["pytest", "pytest-cov", "codecov"]
1414

1515
about = {}
1616
with open("stream_chat/__pkg__.py") as fp:

0 commit comments

Comments
 (0)