File size: 247 Bytes
80e51c6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-r requirements.txt

# Testing
pytest==7.4.3
pytest-cov==4.1.0

# Linting
flake8==6.1.0
black==23.11.0

# Type checking
mypy==1.7.1

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

# Development tools
pre-commit==3.5.0
python-dotenv==1.0.0