-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
56 lines (43 loc) · 1005 Bytes
/
requirements-dev.txt
File metadata and controls
56 lines (43 loc) · 1005 Bytes
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
# Development and Testing Dependencies
# These are additional packages needed for development, testing, and CI/CD
# Code Quality and Linting
flake8>=6.0.0
mypy>=1.5.0
black>=23.0.0
isort>=5.12.0
bandit>=1.7.5
# Testing Framework
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
httpx>=0.24.0 # For FastAPI testing
# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.2.0
mkdocs-swagger-ui-tag>=0.6.0
# Development Tools
pre-commit>=3.3.0
jupyterlab>=4.0.0
ipython>=8.14.0
# Performance and Load Testing
locust>=2.16.0
# Security and Vulnerability Scanning
safety>=2.3.0
# Code Coverage Reporting
coverage[toml]>=7.3.0
# Type Stubs
types-requests>=2.31.0
types-PyYAML>=6.0.0
types-redis>=4.6.0
# Development Server
watchdog>=3.0.0
# Database Migration Tools (if using Alembic)
alembic>=1.11.0
# Container and Infrastructure Testing
testcontainers>=3.7.0
# API Documentation Testing
openapi-spec-validator>=0.5.0
# Dependency Analysis
pip-tools>=7.1.0
pipdeptree>=2.13.0