mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
[enh/venv]: Documentation of requirements-runtime.txt
This commit is contained in:
parent
f3ee19bfad
commit
fc9ac8c4de
1 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
|||
# requirements-runtime.txt (dependencies needed at runtime)
|
||||
# for venv all needed dependencies
|
||||
pyyaml
|
||||
requests # Telegram
|
||||
|
||||
# if >=x.xx.x in comment, last known stable version
|
||||
# after that, purpose of library
|
||||
|
||||
pyyaml #>=6.0.3 overall
|
||||
requests #>=2.32.5 Telegram
|
||||
aiohttp # HTTP, Divera
|
||||
mysql-connector-python # MySQL
|
||||
geocoder # Geocoding
|
||||
colorama #Install_service
|
||||
colorama #>=0.4.6 Install_service.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue