Skip to content

Commit 2c146eb

Browse files
committed
add aiofiles
1 parent 703153b commit 2c146eb

File tree

4 files changed

+36
-25
lines changed

4 files changed

+36
-25
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ responses = "*"
2121

2222
[packages]
2323
aiocache = {extras = ["redis"],version = "*"}
24+
aiofiles = "*"
2425
aiohttp = "*"
2526
asyncache = "*"
2627
cachetools = "*"

Pipfile.lock

Lines changed: 27 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-i https://pypi.org/simple
22
appdirs==1.4.3
3-
astroid==2.3.3
3+
astroid==2.4.0
44
async-asgi-testclient==1.4.4
55
async-generator==1.10
66
asyncmock==0.4.2
@@ -9,7 +9,7 @@ bandit==1.6.2
99
black==19.10b0
1010
certifi==2020.4.5.1
1111
chardet==3.0.4
12-
click==7.1.1
12+
click==7.1.2
1313
coverage==5.1
1414
coveralls==2.0.0
1515
docopt==0.6.2
@@ -29,7 +29,7 @@ pathspec==0.8.0
2929
pbr==5.4.5
3030
pluggy==0.13.1
3131
py==1.8.1
32-
pylint==2.4.4
32+
pylint==2.5.0
3333
pyparsing==2.4.7
3434
pytest-asyncio==0.11.0
3535
pytest-cov==2.8.1
@@ -42,8 +42,8 @@ six==1.14.0
4242
smmap==3.0.2
4343
stevedore==1.32.0
4444
toml==0.10.0
45-
typed-ast==1.4.1
45+
typed-ast==1.4.1 ; implementation_name == 'cpython' and python_version < '3.8'
4646
urllib3==1.25.9
4747
wcwidth==0.1.9
48-
wrapt==1.11.2
48+
wrapt==1.12.1
4949
zipp==3.1.0

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-i https://pypi.org/simple
22
aiocache[redis]==0.11.1
3+
aiofiles==0.5.0
34
aiohttp==3.6.2
45
aioredis==1.3.1
56
async-timeout==3.0.1
@@ -8,7 +9,7 @@ attrs==19.3.0
89
cachetools==4.1.0
910
certifi==2020.4.5.1
1011
chardet==3.0.4
11-
click==7.1.1
12+
click==7.1.2
1213
dataclasses==0.6 ; python_version < '3.7'
1314
fastapi==0.54.1
1415
gunicorn==20.0.4
@@ -25,7 +26,7 @@ requests==2.23.0
2526
six==1.14.0
2627
starlette==0.13.2
2728
urllib3==1.25.9
28-
uvicorn==0.11.3
29+
uvicorn==0.11.4
2930
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
3031
websockets==8.1
3132
yarl==1.4.2

0 commit comments

Comments
 (0)