-
Notifications
You must be signed in to change notification settings - Fork 177
/
requirements.txt
116 lines (115 loc) · 2 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
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
107
108
109
110
111
112
113
114
115
116
#
# This file is autogenerated by hatch-pip-compile with Python 3.12
#
# - arrow
# - click
# - fief-client[cli]
# - pandas
# - prometheus-client
# - psutil
# - py-cpuinfo
# - pynvml
# - questionary
# - rapidfuzz
# - requests
# - rich
# - typer
#
anyio==4.6.2.post1
# via httpx
arrow==1.3.0
# via hatch.envs.default
certifi==2024.8.30
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# hatch.envs.default
# typer
cryptography==43.0.3
# via jwcrypto
fief-client==0.20.0
# via hatch.envs.default
h11==0.14.0
# via httpcore
httpcore==1.0.6
# via httpx
httpx==0.27.2
# via fief-client
idna==3.10
# via
# anyio
# httpx
# requests
jwcrypto==1.5.6
# via fief-client
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==2.1.3
# via pandas
pandas==2.2.3
# via hatch.envs.default
prometheus-client==0.21.0
# via hatch.envs.default
prompt-toolkit==3.0.36
# via questionary
psutil==6.1.0
# via hatch.envs.default
py-cpuinfo==9.0.0
# via hatch.envs.default
pycparser==2.22
# via cffi
pygments==2.18.0
# via rich
pynvml==11.5.3
# via hatch.envs.default
python-dateutil==2.9.0.post0
# via
# arrow
# pandas
pytz==2024.2
# via pandas
questionary==2.0.1
# via hatch.envs.default
rapidfuzz==3.10.1
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
rich==13.9.4
# via
# hatch.envs.default
# typer
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via
# anyio
# httpx
termcolor==2.3.0
# via yaspin
typer==0.13.0
# via hatch.envs.default
types-python-dateutil==2.9.0.20241003
# via arrow
typing-extensions==4.12.2
# via
# jwcrypto
# typer
tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
wcwidth==0.2.13
# via prompt-toolkit
yaspin==3.1.0
# via fief-client