mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-03-30 09:34:40 +02:00
including Colorama into requirements-runtime.txt due to minimum required space (~50–100 KB) removing colorama-installation in install_service.py (obsolete)
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
# requirements-runtime.txt (dependencies needed at runtime)
|
|
# for venv all needed dependencies
|
|
pyyaml
|
|
requests # Telegram
|
|
aiohttp # HTTP, Divera
|
|
mysql-connector-python # MySQL
|
|
geocoder # Geocoding
|
|
colorama #Install_service |