forked from tomasvotava/fastapi-sso
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
14 lines (14 loc) · 801 Bytes
/
Copy pathrequirements.txt
File metadata and controls
14 lines (14 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
anyio==3.6.1; python_version >= "3.6" and python_full_version >= "3.6.2"
certifi==2022.5.18.1; python_version >= "3.6"
charset-normalizer==2.0.12; python_full_version >= "3.5.0" and python_version >= "3.6"
fastapi==0.78.0; python_full_version >= "3.6.1"
h11==0.12.0; python_version >= "3.6"
httpcore==0.13.7; python_version >= "3.6"
httpx==0.20.0; python_version >= "3.6"
idna==3.3; python_version >= "3.6" and python_full_version >= "3.6.2"
oauthlib==3.2.0; python_version >= "3.6"
pydantic==1.9.1; python_full_version >= "3.6.1"
rfc3986==1.5.0; python_version >= "3.6"
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.2"
starlette==0.19.1; python_version >= "3.6"
typing-extensions==4.2.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"