File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88 "Coverage" : "https://coveralls.io/github/robertmrk/aiocometd" ,
99 "Docs" : "http://aiocometd.readthedocs.io/"
1010}
11- VERSION = "0.4.6 "
11+ VERSION = "0.4.7 "
1212AUTHOR = "Róbert Márki"
1313AUTHOR_EMAIL = "gsmiko@gmail.com"
Original file line number Diff line number Diff line change 44here = os .path .abspath (os .path .dirname (__file__ ))
55
66INSTALL_REQUIRES = [
7- "aiohttp>=3.1 ,<4.0"
7+ "aiohttp>=3.8 ,<4.0"
88]
99TESTS_REQUIRE = [
1010 "asynctest>=0.12.0,<1.0.0" ,
@@ -59,6 +59,7 @@ def read(file_path):
5959 install_requires = INSTALL_REQUIRES ,
6060 tests_require = TESTS_REQUIRE ,
6161 extras_require = {
62+ "all" : "git+https://github.com/aio-libs/aiohttp.git" ,
6263 "tests" : TESTS_REQUIRE ,
6364 "docs" : DOCS_REQUIRE ,
6465 "examples" : EXAMPLES_REQUIRE ,
You can’t perform that action at this time.
0 commit comments