File size: 547 Bytes
4a8b134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Development Dependencies
# Install with: pip install -r requirements-dev.txt

-r requirements.txt

# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
httpx==0.25.2

# Code Quality
black==23.12.0
flake8==6.1.0
flake8-docstrings==1.7.0
pycodestyle==2.11.1
pydocstyle==6.3.0
mypy==1.7.1
isort==5.13.2
pylint==3.0.3

# Security
bandit==1.7.5
safety==2.3.5

# Documentation
mkdocs==1.5.3
mkdocs-material==9.4.14
sphinx==7.2.6

# Development Tools
ipython==8.18.1
ipdb==0.13.13
python-dotenv==1.0.0

# Pre-commit hooks
pre-commit==3.5.0