-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
45 lines (44 loc) · 909 Bytes
/
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
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
aiohappyeyeballs==2.3.4
# via aiohttp
aiohttp==3.10.0
# via tcg-wheat (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
annotated-types==0.7.0
# via pydantic
attrs==24.1.0
# via aiohttp
click==8.1.7
# via tcg-wheat (pyproject.toml)
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
idna==3.7
# via yarl
multidict==6.0.5
# via
# aiohttp
# yarl
peewee==3.17.6
# via tcg-wheat (pyproject.toml)
pydantic==2.8.2
# via pydantic-settings
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.4.0
# via tcg-wheat (pyproject.toml)
python-dotenv==1.0.1
# via pydantic-settings
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
yarl==1.9.4
# via aiohttp