-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
executable file
·40 lines (37 loc) · 801 Bytes
/
Pipfile
File metadata and controls
executable file
·40 lines (37 loc) · 801 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohappyeyeballs = "==2.6.1"
aiohttp = "==3.11.18"
aiosignal = "==1.3.2"
annotated-types = "==0.7.0"
anyio = "==4.9.0"
attrs = "==25.3.0"
certifi = "==2025.4.26"
charset-normalizer = "==3.4.2"
click = "==8.2.1"
"discord.py" = "==2.5.2"
dnspython = "==2.7.0"
fastapi = "==0.115.12"
frozenlist = "==1.6.0"
h11 = "==0.16.0"
idna = "==3.10"
multidict = "==6.4.4"
propcache = "==0.3.1"
pydantic = "==2.11.4"
pydantic-core = "==2.33.2"
pymongo = "==4.13.0"
python-dotenv = "==1.1.0"
requests = "==2.32.3"
sniffio = "==1.3.1"
starlette = "==0.46.2"
typing-inspection = "==0.4.0"
typing-extensions = "==4.13.2"
urllib3 = "==2.4.0"
uvicorn = "==0.34.2"
yarl = "==1.20.0"
[dev-packages]
[requires]
python_version = "3.12"