forked from Special-K-s-Flightsim-Bots/DCSServerBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.in
More file actions
141 lines (96 loc) · 3.74 KB
/
requirements.in
File metadata and controls
141 lines (96 loc) · 3.74 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# AIOFiles: File support for python's asyncio
aiofiles==25.1.0
# Astral: Get times for solar events (morning, noon, etc.)
astral==3.2
# For discord.py on Python 3.13
audioop-lts==0.2.2 ; python_version >= "3.13"
# AIOHTTP: Uses asyncio for async/await native coroutines for establishing and handling HTTP connections
aiohttp==3.13.3
# Certifi: Python package for providing Mozilla's CA Bundle
certifi==2026.1.4
# Python 3.14 compatibility
contourpy==1.3.3 ; python_version >= "3.11"
contourpy==1.3.2 ; python_version < "3.11"
# Croniter: Python iterator implementing a cron schedule format
croniter==6.0.0
# discord.py: The python interface for the Discord API
discord.py==2.6.4
# eyeD3: Python module and program for processing ID3 tags (metadata) in MP3 files
eyeD3==0.9.9
# FastAPI: A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints
fastapi==0.128.8
# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
fuzzywuzzy==0.18.0
# GeoPandas: World map
geopandas==1.1.2
# GitPython: Python library for interacting with git repositories
GitPython>=3.1.46
# Jinja web template framework
jinja2==3.1.6
# jsonschema: An implementation of JSON Schema for Python
jsonschema==4.26.0
# Fast LUA parser
lupa==2.6
# Matplotlib: Python 2D plotting library
matplotlib==3.10.8
# MGRS: Python library for handling MGRS conversions
mgrs==1.5.4
# Minidump: Windows Minidump file reader
minidump==0.0.24; sys_platform == 'win32'
# NumPy: Package for scientific computing with Python
numpy==2.3.5 ; python_version >= "3.11"
numpy==2.2.6; python_version < "3.11"
# Openpyxl: Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files
openpyxl>=3.1.5
# Pandas: Python data analysis library
pandas>=2.3.3
# Packaging: A core package providing support for PEP 440 version identifiers
packaging==26.0
# PID: Pidfile implementation by using a Unix PID file
pid==3.0.4
# PIP Tools
pip-tools==7.5.3
# Psycopg: PostgreSQL database adapter for Python
psycopg[binary]==3.3.2
# Psycopg Pool: PostgreSQL database adapter pool for Python
psycopg-pool==3.3.0
# PSUtil: Cross-platform library to access system details and process utilities
psutil==7.2.2
# pyKwalify: A Python library for YAML/JSON schema validation
pykwalify==1.8.0
# python-Levenshtein: Python extension for computing string edit distances and similarities
python-Levenshtein==0.27.3
# python-multipart: A library for parsing multipart/form-data input requests
python-multipart==0.0.22
# Pywin32: Set of Python extensions for MS Windows
pywin32==311; sys_platform == 'win32'
# PyWinAuto: Automation of Windows dialogs (aka DCS_updater.exe)
pywinauto==0.6.9; sys_platform == 'win32'
# Requests: Python HTTP library
requests==2.32.5
# Rich: Python library for rich text and beautiful formatting in the terminal
rich==14.3.2
# ruamel-yaml: YAML parser/emitter supporting roundtrip comment preservation
ruamel.yaml==0.19.1
# seaborn: Extension for Matplotlib with more and nicer graphics
seaborn==0.13.2
# SQL parser, to allow multiline SQLs
sqlparse==0.5.5
# Telnetlib3: Connect to telnet services (for NUT)
telnetlib3==2.4.0
# TimetoneFinder: Find the right timezones for a given coordinate
tzfpy[tzdata]==1.1.1
# tomli: Python TOML parser
tomli==2.3.0 ; python_version < "3.11"
tomli_w==1.2.0
# TrueSkill: Python module implementing the TrueSkill rating system
trueskill==0.4.5
# UPnPY: UPnP discoveries
upnpy==1.1.8 ; python_version >= "3.14"
miniupnpc==2.3.3 ; python_version < "3.14"
# Uvicorn: ASGI server implemented using asyncio and uvloop
uvicorn==0.40.0
# Watchdog: API library and shell utilities to monitor file system events
watchdog==6.0.0
# wxPython: GUI library to build Windows-like UI components
# wxpython==4.2.3