|
| 1 | +# |
| 2 | +# These requirements were autogenerated by pipenv |
| 3 | +# To regenerate from the project's Pipfile, run: |
| 4 | +# |
| 5 | +# pipenv lock --requirements --dev |
| 6 | +# |
| 7 | + |
| 8 | +# Note: in pipenv 2020.x, "--dev" changed to emit both default and development |
| 9 | +# requirements. To emit only development requirements, pass "--dev-only". |
| 10 | + |
1 | 11 | -i https://pypi.org/simple |
| 12 | +aiocache[redis]==0.11.1 |
| 13 | +aiofiles==0.6.0 |
| 14 | +aiohttp==3.7.4.post0 |
| 15 | +aioredis==1.3.1 |
2 | 16 | appdirs==1.4.4 |
3 | | -astroid==2.4.2 |
4 | | -async-asgi-testclient==1.4.4 |
| 17 | +asgiref==3.3.4; python_version >= '3.5' |
| 18 | +astroid==2.5.6; python_version ~= '3.6' |
| 19 | +async-asgi-testclient==1.4.6 |
5 | 20 | async-generator==1.10 |
| 21 | +async-timeout==3.0.1; python_full_version >= '3.5.3' |
| 22 | +asyncache==0.1.1 |
6 | 23 | asyncmock==0.4.2 |
7 | | -attrs==20.2.0 |
8 | | -bandit==1.6.2 |
| 24 | +attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 25 | +bandit==1.7.0 |
9 | 26 | black==19.10b0 |
10 | | -certifi==2020.6.20 |
11 | | -chardet==3.0.4 |
12 | | -click==7.1.2 |
13 | | -coverage==5.3 |
14 | | -coveralls==2.1.2 |
| 27 | +cachetools==4.2.1 |
| 28 | +certifi==2020.12.5 |
| 29 | +cffi==1.14.5 |
| 30 | +chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' |
| 31 | +click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' |
| 32 | +coverage==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4.0' |
| 33 | +coveralls==3.0.1 |
| 34 | +cryptography==3.4.7 |
| 35 | +dataclasses==0.6; python_version < '3.7' |
15 | 36 | docopt==0.6.2 |
16 | | -gitdb==4.0.5 |
17 | | -gitpython==3.1.8 |
| 37 | +fastapi==0.63.0 |
| 38 | +gitdb==4.0.7; python_version >= '3.4' |
| 39 | +gitpython==3.1.14; python_version >= '3.4' |
| 40 | +gunicorn==20.1.0 |
| 41 | +h11==0.12.0; python_version >= '3.6' |
| 42 | +hiredis==2.0.0; python_version >= '3.6' |
| 43 | +idna-ssl==1.1.0; python_version < '3.7' |
18 | 44 | idna==2.10 |
19 | | -importlib-metadata==1.7.0 ; python_version < '3.8' |
20 | | -iniconfig==1.0.1 |
21 | | -invoke==1.4.1 |
22 | | -isort==5.5.2 |
23 | | -lazy-object-proxy==1.4.3 |
| 45 | +importlib-metadata==4.0.1; python_version < '3.8' |
| 46 | +importlib-resources==5.1.2; python_version >= '3.6' |
| 47 | +iniconfig==1.1.1 |
| 48 | +invoke==1.5.0 |
| 49 | +isort==5.8.0 |
| 50 | +lazy-object-proxy==1.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' |
24 | 51 | mccabe==0.6.1 |
25 | | -mock==4.0.2 |
26 | | -more-itertools==8.5.0 |
27 | | -multidict==4.7.6 |
28 | | -packaging==20.4 |
29 | | -pathspec==0.8.0 |
30 | | -pbr==5.5.0 |
31 | | -pluggy==0.13.1 |
32 | | -py==1.9.0 |
33 | | -pylint==2.6.0 |
34 | | -pyparsing==2.4.7 |
35 | | -pytest-asyncio==0.14.0 |
36 | | -pytest-cov==2.10.1 |
37 | | -pytest==6.0.2 |
38 | | -pyyaml==5.3.1 |
39 | | -regex==2020.7.14 |
40 | | -requests==2.24.0 |
41 | | -responses==0.12.0 |
42 | | -six==1.15.0 |
43 | | -smmap==3.0.4 |
44 | | -stevedore==3.2.2 |
45 | | -toml==0.10.1 |
46 | | -typed-ast==1.4.1 |
47 | | -urllib3[secure]==1.25.10 ; python_version >= '3.5' |
| 52 | +mock==4.0.3; python_version >= '3.6' |
| 53 | +multidict==5.1.0; python_version >= '3.6' |
| 54 | +packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 55 | +pathspec==0.8.1 |
| 56 | +pbr==5.5.1; python_version >= '2.6' |
| 57 | +pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 58 | +psutil==5.8.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 59 | +py==1.10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 60 | +pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 61 | +pydantic[dotenv]==1.8.1 |
| 62 | +pylint==2.8.1 |
| 63 | +pyloot==0.0.5 |
| 64 | +pyopenssl==20.0.1 |
| 65 | +pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 66 | +pytest-asyncio==0.15.1 |
| 67 | +pytest-cov==2.11.1 |
| 68 | +pytest==6.2.3 |
| 69 | +python-dateutil==2.8.1 |
| 70 | +python-dotenv==0.17.0 |
| 71 | +pyyaml==5.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' |
| 72 | +regex==2021.4.4 |
| 73 | +requests==2.25.1 |
| 74 | +responses==0.13.2 |
| 75 | +scout-apm==2.18.0 |
| 76 | +sentry-sdk==1.0.0 |
| 77 | +six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 78 | +smmap==4.0.0; python_version >= '3.5' |
| 79 | +starlette==0.13.6; python_version >= '3.6' |
| 80 | +stevedore==3.3.0; python_version >= '3.6' |
| 81 | +toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' |
| 82 | +typed-ast==1.4.3 |
| 83 | +typing-extensions==3.7.4.3 |
| 84 | +urllib3[secure]==1.26.4; python_version >= '3.5' |
| 85 | +uvicorn==0.13.4 |
| 86 | +webob==1.8.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' |
48 | 87 | wrapt==1.12.1 |
49 | | -zipp==3.1.0 |
| 88 | +yarl==1.6.3; python_version >= '3.6' |
0 commit comments