-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
39 lines (39 loc) · 1.53 KB
/
requirements.txt
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
-i https://pypi.org/simple
aiohttp==3.8.3
aiosignal==1.3.1 ; python_version >= '3.7'
alembic==1.9.1
anyio==3.6.2 ; python_full_version >= '3.6.2'
async-timeout==4.0.2 ; python_version >= '3.6'
asyncpg==0.27.0
attrs==22.2.0 ; python_version >= '3.6'
charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
click==8.1.3 ; python_version >= '3.7'
databases[asyncpg]==0.7.0
fastapi==0.89.0
frozenlist==1.3.3 ; python_version >= '3.7'
greenlet==2.0.1 ; python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0 ; python_version >= '3.7'
httptools==0.5.0
idna==3.4 ; python_version >= '3.5'
isodate==0.6.1
lxml==4.9.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
mako==1.2.4 ; python_version >= '3.7'
markupsafe==2.1.1 ; python_version >= '3.7'
multidict==6.0.4 ; python_version >= '3.7'
passlib[argon]==1.7.4
pydantic==1.10.4 ; python_version >= '3.7'
python-dotenv==0.21.0
python-multipart==0.0.5
python3-saml==1.15.0
pyyaml==6.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0 ; python_version >= '3.7'
sqlalchemy==1.4.46
starlette==0.22.0 ; python_version >= '3.7'
typing-extensions==4.4.0 ; python_version >= '3.7'
uvicorn[standard]==0.20.0
uvloop==0.17.0
watchfiles==0.18.1
websockets==10.4
xmlsec==1.3.13 ; python_version >= '3.5'
yarl==1.8.2 ; python_version >= '3.7'