File size: 764 Bytes
fd357f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Development dependencies for DTO Framework

# Testing
pytest==7.4.3
pytest-cov==4.1.0
pytest-asyncio==0.21.1
pytest-mock==3.12.0

# Linting and formatting
flake8==6.1.0
black==23.11.0
isort==5.12.0
mypy==1.7.0
bandit==1.7.5

# Documentation
mkdocs==1.5.3
mkdocs-material==9.5.3
mkdocstrings==0.23.0

# Development tools
ipython==8.18.1
jupyter==1.0.0
pre-commit==3.5.0

# Debugging
debugpy==1.8.0
rich==13.7.0

# Build tools
wheel==0.42.0
twine==4.0.2
setuptools==68.2.2

# Optional: Container development
docker-compose==1.29.2

# Optional: API development
fastapi==0.104.1
uvicorn==0.24.0

# Optional: Data analysis
pandas==2.1.3
numpy==1.26.0

# Security scanning
safety==2.3.5
trivy==0.49.1

# Monitoring development
prometheus-client==0.19.0
graphyte==1.7.0