forked from OurHike/OurHike
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
106 lines (106 loc) · 2.58 KB
/
Copy pathrequirements.txt
File metadata and controls
106 lines (106 loc) · 2.58 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --python-version 3.11 backend/requirements.in -o backend/requirements.txt
alembic==1.19.0
# via -r backend/requirements.in
annotated-doc==0.0.5
# via fastapi
annotated-types==0.8.0
# via pydantic
anyio==4.14.2
# via
# starlette
# watchfiles
boto3==1.43.67
# via -r backend/requirements.in
botocore==1.43.67
# via
# boto3
# s3transfer
cffi==2.1.1 ; platform_python_implementation != 'PyPy'
# via cryptography
click==8.4.2
# via uvicorn
colorama==0.4.6 ; sys_platform == 'win32'
# via click
cryptography==50.0.0
# via pyjwt
fastapi==0.141.1
# via -r backend/requirements.in
greenlet==3.5.4 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'
# via sqlalchemy
h11==0.16.0
# via uvicorn
httptools==0.8.0
# via uvicorn
idna==3.18
# via anyio
jmespath==1.1.0
# via
# boto3
# botocore
mako==1.4.1
# via alembic
markupsafe==3.0.3
# via mako
psycopg==3.3.4
# via -r backend/requirements.in
psycopg-binary==3.3.4 ; implementation_name != 'pypy'
# via psycopg
pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.13.4
# via
# fastapi
# pydantic-settings
pydantic-core==2.46.4
# via pydantic
pydantic-settings==2.15.0
# via -r backend/requirements.in
pyjwt==2.13.0
# via -r backend/requirements.in
python-dateutil==2.9.0.post0
# via botocore
python-dotenv==1.2.2
# via
# pydantic-settings
# uvicorn
pyyaml==6.0.3
# via uvicorn
s3transfer==0.19.2
# via boto3
six==1.17.0
# via python-dateutil
sqlalchemy==2.0.51
# via
# -r backend/requirements.in
# alembic
starlette==1.4.1
# via fastapi
typing-extensions==4.16.0
# via
# alembic
# anyio
# fastapi
# psycopg
# pydantic
# pydantic-core
# sqlalchemy
# starlette
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# pydantic
# pydantic-settings
tzdata==2026.3 ; sys_platform == 'win32'
# via psycopg
urllib3==2.7.0
# via botocore
uvicorn==0.52.1
# via -r backend/requirements.in
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
# via uvicorn
watchfiles==1.2.0
# via uvicorn
websockets==17.0.1
# via uvicorn