forked from apryor6/fastapi_example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (49 loc) · 792 Bytes
/
requirements.txt
File metadata and controls
49 lines (49 loc) · 792 Bytes
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
44
45
46
47
48
49
appdirs==1.4.4
astroid==2.4.2
attrs==19.3.0
black==19.10b0
certifi==2020.6.20
chardet==3.0.4
click==7.1.2
fastapi==0.58.1
Flask==1.1.2
h11==0.9.0
httptools==0.1.1
idna==2.10
importlib-metadata==1.7.0
invoke==1.4.1
isort==4.3.21
itsdangerous==1.1.0
Jinja2==2.11.2
lazy-object-proxy==1.4.3
MarkupSafe==1.1.1
mccabe==0.6.1
more-itertools==8.4.0
mypy==0.782
mypy-extensions==0.4.3
packaging==20.4
pathspec==0.8.0
pluggy==0.13.1
py==1.9.0
pydantic==1.5.1
pyhumps==1.3.1
pylint==2.5.3
pyparsing==2.4.7
pytest==5.4.3
pytest-asyncio==0.14.0
regex==2020.6.8
requests==2.24.0
six==1.15.0
SQLAlchemy==1.3.18
starlette==0.13.4
toml==0.10.1
typed-ast==1.4.1
typing-extensions==3.7.4.2
urllib3==1.25.9
uvicorn==0.11.5
uvloop==0.14.0
wcwidth==0.2.5
websockets==8.1
Werkzeug==1.0.1
wrapt==1.12.1
zipp==3.1.0