-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (42 loc) · 892 Bytes
/
requirements.txt
File metadata and controls
42 lines (42 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile pyproject.toml
#
anyio==3.6.2
# via starlette
authlib==1.2.0
# via fastapi-authkit (pyproject.toml)
cffi==1.15.1
# via cryptography
click==8.1.3
# via uvicorn
colorama==0.4.6
# via click
cryptography==40.0.1
# via authlib
fastapi==0.95.0
# via fastapi-authkit (pyproject.toml)
h11==0.14.0
# via uvicorn
idna==3.4
# via anyio
itsdangerous==2.1.2
# via fastapi-authkit (pyproject.toml)
passlib==1.7.4
# via fastapi-authkit (pyproject.toml)
pycparser==2.21
# via cffi
pydantic==1.10.7
# via fastapi
python-dotenv==1.0.0
# via fastapi-authkit (pyproject.toml)
sniffio==1.3.0
# via anyio
starlette==0.26.1
# via fastapi
typing-extensions==4.5.0
# via pydantic
uvicorn==0.21.1
# via fastapi-authkit (pyproject.toml)