forked from thrixxy-technologies/flavorsnap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
42 lines (35 loc) · 1.1 KB
/
Copy pathrequirements-dev.txt
File metadata and controls
42 lines (35 loc) · 1.1 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
# =============================================================================
# FlavorSnap - Development Dependencies
# =============================================================================
# Install with: pip install -r requirements-dev.txt
# This file includes core dependencies plus development tools.
# =============================================================================
# --- Include core dependencies ---
-r requirements.txt
# --- Testing ---
pytest>=7.4.0,<9.0.0
pytest-cov>=4.1.0,<6.0.0
pytest-benchmark>=4.0.0,<6.0.0
fastapi>=0.110.0,<1.0.0
starlette>=0.36.0,<1.0.0
pydantic>=2.0.0,<3.0.0
python-multipart>=0.0.6,<1.0.0
pytest-flask>=1.3.0,<2.0.0
pytest-mock>=3.12.0,<4.0.0
pytest-xdist>=3.5.0,<4.0.0
# --- Code Quality & Linting ---
flake8>=7.0.0,<8.0.0
black>=24.0.0,<25.0.0
isort>=5.13.0,<6.0.0
mypy>=1.8.0,<2.0.0
# --- Security ---
bandit>=1.7.0,<2.0.0
safety>=3.0.0,<4.0.0
# --- Documentation ---
Sphinx>=7.2.0,<8.0.0
sphinx-rtd-theme>=2.0.0,<3.0.0
# --- Pre-commit hooks ---
pre-commit>=3.6.0,<4.0.0
# --- Jupyter (for model training notebooks) ---
jupyter>=1.0.0
ipykernel>=6.29.0,<7.0.0