-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathrequirements-lock.txt
More file actions
48 lines (41 loc) · 856 Bytes
/
requirements-lock.txt
File metadata and controls
48 lines (41 loc) · 856 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
# QuantCoder CLI - Pinned Dependencies for Reproducible Builds
# Generated for Python 3.10+
# Last updated: 2026-02-09
#
# Usage:
# pip install -r requirements-lock.txt
#
# To update:
# pip install -e ".[dev]"
# pip freeze > requirements-lock.txt
# (then manually clean up to keep only direct dependencies)
# Core CLI
click==8.3.1
rich==14.3.2
prompt-toolkit==3.0.52
InquirerPy==0.3.4
pygments==2.19.2
# HTTP & Networking
requests==2.32.5
aiohttp==3.13.3
urllib3==2.6.3
certifi==2026.1.4
# PDF Processing
pdfplumber==0.11.9
pdfminer.six==20251230
# NLP
spacy==3.8.11
# Configuration
python-dotenv==1.2.1
toml==0.10.2
# Scheduling
apscheduler==3.11.2
# Development dependencies (install with: pip install -e ".[dev]")
# pytest==8.x
# pytest-cov==5.x
# pytest-mock==3.x
# black==24.x
# ruff==0.x
# mypy==1.x
# pre-commit==3.x
# pip-audit==2.x