-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathrequirements.txt
105 lines (71 loc) · 2.94 KB
/
requirements.txt
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
# AIOFiles: File support for python's asyncio
aiofiles==24.1.0
# For discord.py on Python 3.13
audioop-lts==0.2.1; python_version>='3.13'
# AIOHTTP: Uses asyncio for async/await native coroutines for establishing and handling HTTP connections
aiohttp==3.11.11
# Certifi: Python package for providing Mozilla's CA Bundle
certifi==2024.12.14
# Croniter: Python iterator implementing a cron schedule format
croniter==6.0.0
# discord.py: The python interface for the Discord API
discord.py==2.4.0
# eyeD3: Python module and program for processing ID3 tags (metadata) in MP3 files
eyeD3==0.9.7
# FastAPI: A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints
fastapi==0.115.6
# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
fuzzywuzzy==0.18.0
# GitPython: Python library for interacting with git repositories
GitPython==3.1.44
# jsonschema: An implementation of JSON Schema for Python
jsonschema==4.23.0
# Matplotlib: Python 2D plotting library
matplotlib>=3.9.4
# Minidump: Windows Minidump file reader
minidump==0.0.24; sys_platform == 'win32'
# NumPy: Package for scientific computing with Python
numpy==2.2.2
# Openpyxl: Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files
openpyxl==3.1.5
# Pandas: Python data analysis library
pandas==2.2.3
# Packaging: A core package providing support for PEP 440 version identifiers
packaging==24.2
# PID: Pidfile implementation by using a Unix PID file
pid==3.0.4
# Psycopg: PostgreSQL database adapter for Python
psycopg[binary]==3.2.4
# Psycopg Pool: PostgreSQL database adapter pool for Python
psycopg-pool==3.2.4
# PSUtil: Cross-platform library to access system details and process utilities
psutil==6.1.1
# PyArrow: Python library providing high-performance tools for doing analytics on Arrow-based columnar data
pyarrow==19.0.0
# 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.26.1
# python-multipart: A library for parsing multipart/form-data input requests
python-multipart==0.0.20
# Pywin32: Set of Python extensions for MS Windows
pywin32==308; sys_platform == 'win32'
# Requests: Python HTTP library
requests==2.32.3
# Rich: Python library for rich text and beautiful formatting in the terminal
rich==13.9.4
# ruamel-yaml: YAML parser/emitter supporting roundtrip comment preservation
ruamel.yaml==0.18.10
# seaborn: Extension for Matplotlib with more and nicer graphics
seaborn==0.13.2
# SQL parser, to allow multiline SQLs
sqlparse==0.5.3
# tomli: Python TOML parser
tomli==2.2.1
tomli_w==1.2.0
# TrueSkill: Python module implementing the TrueSkill rating system
trueskill==0.4.5
# Uvicorn: ASGI server implemented using asyncio and uvloop
uvicorn==0.34.0
# Watchdog: API library and shell utilities to monitor file system events
watchdog==6.0.0