Skip to content

Commit 4820e01

Browse files
The Python FastAPI Implementation Files
1 parent ea40af1 commit 4820e01

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

requirements.txt

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
aiofiles==0.7.0
2-
alembic==1.7.2
1+
aiofiles==0.5.0
2+
alembic==1.6.5
33
aniso8601==7.0.0
4-
annotated-types==0.6.0
5-
anyio==3.7.1
6-
asgiref==3.7.2
74
async-exit-stack==1.0.1
85
async-generator==1.10
96
autopep8==1.5.7
10-
bcrypt==4.1.2
11-
certifi==2023.11.17
7+
bcrypt==3.2.0
8+
certifi==2021.5.30
129
cffi==1.14.6
1310
charset-normalizer==2.0.4
14-
click==8.0.4
11+
click==7.1.2
1512
colorama==0.4.4
1613
cryptography==3.4.8
1714
dnspython==2.1.0
@@ -23,45 +20,35 @@ graphql-core==2.3.2
2320
graphql-relay==2.0.1
2421
greenlet==3.0.2
2522
h11==0.12.0
26-
httpcore==1.0.2
2723
httptools==0.6.1
28-
httpx==0.25.2
2924
idna==3.2
30-
itsdangerous==2.0.1
31-
Jinja2==3.1.0
25+
itsdangerous==1.1.0
26+
Jinja2==2.11.3
3227
Mako==1.1.5
3328
MarkupSafe==2.0.1
34-
maturin==1.4.0
3529
orjson==3.9.10
3630
passlib==1.7.4
3731
promise==2.3
3832
pyasn1==0.4.8
3933
pycodestyle==2.7.0
4034
pycparser==2.20
4135
pydantic==1.8.2
42-
pydantic-extra-types==2.2.0
43-
pydantic-settings==2.1.0
44-
pydantic_core==2.14.5
45-
PyJWT==2.8.0
4636
python-dateutil==2.8.2
4737
python-dotenv==0.19.0
4838
python-editor==1.0.4
4939
python-jose==3.3.0
5040
python-multipart==0.0.5
51-
PyYAML==6.0
41+
PyYAML==6.0.1
5242
requests==2.26.0
5343
rsa==4.7.2
54-
Rx==1.6.3
44+
Rx==1.6.1
5545
six==1.16.0
56-
sniffio==1.3.0
5746
SQLAlchemy==1.4.23
5847
starlette==0.14.2
5948
toml==0.10.2
60-
typing-extensions==3.10.0.2
49+
typing-extensions==3.10.0.0
6150
ujson==4.0.2
6251
urllib3==1.26.6
63-
uvicorn==0.14.0
64-
uvloop==0.19.0
65-
watchfiles==0.21.0
52+
uvicorn==0.13.4
6653
watchgod==0.7
67-
websockets==10.1
54+
websockets==12.0

0 commit comments

Comments
 (0)