Skip to content

Commit e982ecf

Browse files
committed
项目所需的开发包
1 parent f188058 commit e982ecf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,41 @@
11
aiofiles==0.6.0
2+
atomicwrites==1.4.0
3+
attrs==20.3.0
4+
bcrypt==3.2.0
25
certifi==2020.12.5
6+
cffi==1.14.4
37
chardet==4.0.0
48
click==7.1.2
9+
colorama==0.4.4
10+
cryptography==3.3.1
511
dnspython==2.0.0
12+
ecdsa==0.14.1
613
email-validator==1.1.2
714
fastapi==0.63.0
815
h11==0.11.0
916
idna==2.10
17+
importlib-metadata==3.3.0
18+
iniconfig==1.1.1
1019
Jinja2==2.11.2
1120
MarkupSafe==1.1.1
21+
packaging==20.8
22+
passlib==1.7.4
23+
pluggy==0.13.1
24+
py==1.10.0
25+
pyasn1==0.4.8
26+
pycparser==2.20
1227
pydantic==1.7.3
28+
pyparsing==2.4.7
29+
pytest==6.2.1
30+
python-jose==3.2.0
1331
python-multipart==0.0.5
1432
requests==2.25.1
33+
rsa==4.6
1534
six==1.15.0
1635
SQLAlchemy==1.3.22
1736
starlette==0.13.6
37+
toml==0.10.2
1838
typing-extensions==3.7.4.3
1939
urllib3==1.26.2
2040
uvicorn==0.13.2
41+
zipp==3.4.0

0 commit comments

Comments
 (0)