-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (42 loc) · 902 Bytes
/
requirements.txt
File metadata and controls
42 lines (42 loc) · 902 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 was autogenerated by uv via the following command:
# uv pip compile --all-extras --output-file requirements.txt pyproject.toml
aiofiles==24.1.0
# via sanic
certifi==2025.7.14
# via requests
charset-normalizer==3.4.2
# via requests
docker==7.0.0
# via jobrunner (pyproject.toml)
httptools==0.6.4
# via sanic
idna==3.10
# via requests
multidict==5.2.0
# via sanic
packaging==25.0
# via docker
requests==2.31.0
# via
# jobrunner (pyproject.toml)
# docker
sanic==21.12.2
# via jobrunner (pyproject.toml)
sanic-routing==0.7.2
# via sanic
ujson==5.10.0
# via sanic
urllib3==2.5.0
# via
# docker
# requests
uvloop==0.19.0
# via
# jobrunner (pyproject.toml)
# sanic
websocket-client==1.7.0
# via jobrunner (pyproject.toml)
websockets==10.0
# via
# jobrunner (pyproject.toml)
# sanic