x
This commit is contained in:
27
requirements.txt
Normal file
27
requirements.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
# HTTP related
|
||||
aiohttp
|
||||
requests
|
||||
curl_cffi
|
||||
|
||||
# Email processing
|
||||
aioimaplib
|
||||
|
||||
# Type hints and data structures
|
||||
dataclasses
|
||||
typing
|
||||
|
||||
# Config file processing
|
||||
pyyaml
|
||||
|
||||
# Async support
|
||||
asyncio
|
||||
|
||||
|
||||
# Utils
|
||||
python-dateutil
|
||||
|
||||
# Database
|
||||
aiosqlite
|
||||
|
||||
# Logging
|
||||
loguru==0.7.2
|
||||
Reference in New Issue
Block a user