Skip to content

Commit 9e2b5d2

Browse files
author
Chad Smith
authored
update python and js dependencies (#43)
1 parent 34614bc commit 9e2b5d2

File tree

3 files changed

+1315
-1196
lines changed

3 files changed

+1315
-1196
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
fastapi
22
uvicorn
3+
uvicorn[standard]
34
aiofiles
45
cryptography
56
websockets

requirements.txt

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile
66
#
7-
aiofiles==0.5.0 # via -r requirements.in
8-
cffi==1.14.3 # via cryptography
9-
click==7.1.2 # via uvicorn
10-
cryptography==3.1.1 # via -r requirements.in
11-
fastapi==0.61.1 # via -r requirements.in
12-
h11==0.11.0 # via uvicorn
7+
aiofiles==0.7.0 # via -r requirements.in
8+
asgiref==3.3.4 # via uvicorn
9+
cffi==1.14.5 # via cryptography
10+
click==8.0.1 # via uvicorn
11+
cryptography==3.4.7 # via -r requirements.in
12+
fastapi==0.65.1 # via -r requirements.in
13+
h11==0.12.0 # via uvicorn
14+
httptools==0.2.0 # via uvicorn
1315
pycparser==2.20 # via cffi
14-
pydantic==1.6.1 # via fastapi
15-
six==1.15.0 # via cryptography
16-
starlette==0.13.6 # via fastapi
17-
uvicorn==0.12.1 # via -r requirements.in
18-
websockets==8.1 # via -r requirements.in
16+
pydantic==1.8.2 # via fastapi
17+
python-dotenv==0.17.1 # via uvicorn
18+
pyyaml==5.4.1 # via uvicorn
19+
starlette==0.14.2 # via fastapi
20+
typing-extensions==3.10.0.0 # via pydantic
21+
uvicorn[standard]==0.14.0 # via -r requirements.in
22+
uvloop==0.15.2 # via uvicorn
23+
watchgod==0.7 # via uvicorn
24+
websockets==9.1 # via -r requirements.in, uvicorn

0 commit comments

Comments
 (0)