Skip to content

Commit b0f3d94

Browse files
committed
Update requirement
1 parent deefdd2 commit b0f3d94

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

ch05/planner/requirements.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
anyio==3.5.0
2+
asgiref==3.5.0
3+
bcrypt==3.2.0
4+
beanie==1.10.4
5+
cffi==1.15.0
6+
click==8.0.4
7+
dnspython==2.2.0
8+
email-validator==1.1.3
9+
fastapi==0.74.1
10+
h11==0.13.0
11+
idna==3.3
12+
Jinja2==3.0.3
13+
MarkupSafe==2.1.0
14+
motor==2.5.1
15+
multidict==6.0.2
16+
passlib==1.7.4
17+
pycparser==2.21
18+
pydantic==1.9.0
19+
PyJWT==2.3.0
20+
pymongo==3.12.3
21+
python-dotenv==0.20.0
22+
python-multipart==0.0.5
23+
six==1.16.0
24+
sniffio==1.2.0
25+
SQLAlchemy==1.4.32
26+
sqlalchemy2-stubs==0.0.2a20
27+
sqlmodel==0.0.6
28+
starlette==0.17.1
29+
toml==0.10.2
30+
typing_extensions==4.1.1
31+
uvicorn==0.17.5
32+
yarl==1.7.2

ch06/planner/requirements.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
anyio==3.5.0
2+
asgiref==3.5.0
3+
bcrypt==3.2.0
4+
beanie==1.10.4
5+
cffi==1.15.0
6+
click==8.0.4
7+
dnspython==2.2.0
8+
email-validator==1.1.3
9+
fastapi==0.74.1
10+
h11==0.13.0
11+
idna==3.3
12+
Jinja2==3.0.3
13+
MarkupSafe==2.1.0
14+
motor==2.5.1
15+
multidict==6.0.2
16+
passlib==1.7.4
17+
pycparser==2.21
18+
pydantic==1.9.0
19+
PyJWT==2.3.0
20+
pymongo==3.12.3
21+
python-dotenv==0.20.0
22+
python-multipart==0.0.5
23+
six==1.16.0
24+
sniffio==1.2.0
25+
SQLAlchemy==1.4.32
26+
sqlalchemy2-stubs==0.0.2a20
27+
sqlmodel==0.0.6
28+
starlette==0.17.1
29+
toml==0.10.2
30+
typing_extensions==4.1.1
31+
uvicorn==0.17.5
32+
yarl==1.7.2

0 commit comments

Comments
 (0)