mirror of
https://github.com/EDeev/circlechek.git
synced 2026-06-15 11:01:00 +03:00
requirements
This commit is contained in:
parent
d7cb86626f
commit
0a20ee262c
1 changed files with 14 additions and 0 deletions
14
requirements.txt
Normal file
14
requirements.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# Core bot framework
|
||||||
|
aiogram>=3.0.0
|
||||||
|
|
||||||
|
# Image processing
|
||||||
|
Pillow>=9.0.0
|
||||||
|
|
||||||
|
# Video processing
|
||||||
|
moviepy>=1.0.3
|
||||||
|
|
||||||
|
# Mathematical operations
|
||||||
|
numpy>=1.21.0
|
||||||
|
|
||||||
|
# Optional: For better video codec support
|
||||||
|
imageio-ffmpeg>=0.4.0
|
||||||
Loading…
Add table
Reference in a new issue