forked from juanlp/fastapi-ecs-fargate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-requirements.txt
43 lines (41 loc) · 1.69 KB
/
dev-requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements --dev
#
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
# requirements. To emit only development requirements, pass "--dev-only".
-i https://pypi.org/simple
anyio==3.4.0; python_full_version >= '3.6.2'
asgiref==3.4.1; python_version >= '3.6'
astroid==2.9.0; python_version ~= '3.6'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
click==8.0.3; python_version >= '3.6'
coverage[toml]==6.2
fastapi==0.70.1
flake8==4.0.1
h11==0.12.0; python_version >= '3.6'
idna==3.3; python_version >= '3.5'
iniconfig==1.1.1
isort==5.10.1; python_version < '4.0' and python_full_version >= '3.6.1'
lazy-object-proxy==1.7.1; python_version >= '3.6'
mccabe==0.6.1
packaging==21.3; python_version >= '3.6'
platformdirs==2.4.1; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pycodestyle==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pydantic==1.8.2; python_full_version >= '3.6.1'
pyflakes==2.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pylint==2.12.2
pyparsing==3.0.6; python_version >= '3.6'
pytest-cov==3.0.0
pytest==6.2.5
sniffio==1.2.0; python_version >= '3.5'
starlette==0.16.0; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli==2.0.0
typing-extensions==4.0.1; python_version >= '3.6'
uvicorn==0.16.0
wrapt==1.13.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'