Skip to content

Commit 8e5a81a

Browse files
committed
Merge branch 'master' into patch_3
2 parents a2f30b6 + 3fb78ce commit 8e5a81a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ sudo: false
55
language: python
66

77
python:
8-
- "3.5"
98
- "3.6"
109

1110
install:

aiogmaps/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def _request(
9090
chunked=False,
9191
accepts_clientid=False,
9292
post_json=None,
93-
**kwargs,
93+
**kwargs
9494
):
9595
if extract_body and not callable(extract_body):
9696
raise TypeError('extract_body should be callable')

requirements-dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.0.9
1+
aiohttp==3.1.0
22
async-timeout==1.4.0
33
attrs==17.4.0
44
autopep8==1.3.4
@@ -20,6 +20,8 @@ pyflakes==1.6.0
2020
pytest==3.4.2
2121
pytest-aiohttp==0.3.0
2222
pytest-cov==2.5.1
23+
pytest-asyncio==0.9.0
24+
aresponses===1.1.1
2325
requests==2.18.4
2426
six==1.11.0
2527
urllib3==1.22

0 commit comments

Comments
 (0)