-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (46 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
49 lines (46 loc) · 1.18 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
# Core Dependencies
discord.py==2.4.0
motor==3.6.0 # Async MongoDB driver (compatible with pymongo 4.10+)
PyYAML==6.0.2 # YAML configuration
pydantic==2.9.2 # Data validation and settings
pydantic-settings==2.6.1 # Environment variable support
python-dotenv==1.0.1 # .env file support
# Logging
structlog==24.4.0 # Structured logging
# System monitoring
psutil==6.1.0 # Process and system utilities
# Existing dependencies (kept for compatibility)
aiodns==3.2.0
aiohappyeyeballs==2.4.3
aiohttp==3.10.10
aiosignal==1.3.1
arrow==1.3.0
attrs==24.2.0
black==24.10.0
Brotli==1.1.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
discord-timestamps @ git+https://github.com/Lagden-Development/discord-timestamps@04f9609d7f837e213d797338767a41eb1e504ad2
dnspython==2.7.0
frozenlist==1.4.1
idna==3.10
multidict==6.1.0
mypy-extensions==1.0.0
orjson==3.10.9
packaging==24.1
pathspec==0.12.1
platformdirs==4.3.6
propcache==0.2.0
pycares==4.4.0
pycparser==2.22
pymongo==4.9.2
PyNaCl==1.5.0
python-dateutil==2.9.0.post0
requests==2.32.3
six==1.16.0
termcolor==2.5.0
types-python-dateutil==2.9.0.20241003
urllib3==2.2.3
yarl==1.15.5