File size: 349 Bytes
2eef9ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Development dependencies
-r requirements.txt

# Testing
pytest==7.4.4
pytest-asyncio==0.24.0
pytest-cov==4.1.0
pytest-mock==3.14.0

# Code quality
black==24.1.1
ruff==0.3.5
mypy==1.10.0
pylint==3.1.0
isort==5.13.2

# Debugging & Development
ipython==8.20.0
ipdb==0.13.13
python-dotenv==1.0.1

# Documentation
sphinx==7.2.6
sphinx-rtd-theme==2.0.0