forked from MemoriLabs/Memori
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
72 lines (59 loc) · 1.57 KB
/
requirements-dev.txt
File metadata and controls
72 lines (59 loc) · 1.57 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Development dependencies for Memoriai
# Install with: pip install -r requirements-dev.txt
# Core dependencies first
-r requirements.txt
# Testing framework and utilities
pytest>=6.0
pytest-cov>=2.0
pytest-mock>=3.0
pytest-asyncio>=0.18.0
pytest-benchmark>=4.0.0
pytest-xdist>=3.0.0 # Parallel test execution
pytest-html>=3.0.0 # HTML test reports
pytest-json-report>=1.5.0 # JSON test reports
# Test utilities
factory-boy>=3.2.0 # Test data factories
freezegun>=1.2.0 # Time mocking
responses>=0.23.0 # HTTP request mocking
httpx>=0.24.0 # Async HTTP client for testing
# Code quality and formatting
black>=23.0
ruff>=0.1.0
isort>=5.9.0
mypy>=1.0
pre-commit>=2.15
# Security scanning
bandit>=1.7.0
safety>=2.0
pip-audit>=2.6.0
# Coverage reporting
coverage>=6.0
# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocs-git-revision-date-localized-plugin>=1.2.0
mkdocs-minify-plugin>=0.7.0
mkdocs-redirects>=1.2.0
# Build and packaging tools
build>=0.10.0
twine>=4.0.0
wheel>=0.40.0
# Development utilities
ipython>=8.0.0 # Enhanced REPL
jupyter>=1.0.0 # Notebooks for exploration
tox>=4.0.0 # Multi-environment testing
# Database drivers for testing
psycopg2-binary>=2.9.0 # PostgreSQL
PyMySQL>=1.0.0 # MySQL
sqlalchemy>=2.0.0 # ORM for testing
# LLM integrations for testing
openai>=1.0.0
anthropic>=0.45.2
litellm>=1.0.0
# Performance and profiling
memory-profiler>=0.60.0
py-spy>=0.3.0
line-profiler>=4.0.0
# Additional test dependencies
faker>=18.0.0 # Generate fake data
hypothesis>=6.0.0 # Property-based testing