Complete Python package from Claude Code session: - src/modpack_checker/: 1,154 lines (cli, config, curseforge, database, notifier) - tests/: 913 lines (comprehensive test suite) - docs/: README, API, INSTALLATION guides - setup.py, requirements.txt, LICENSE (MIT) Total: 2,121+ lines of production-ready code Ready for BuiltByBit marketplace deployment Transferred via tar.gz from Claude Code → Chronicler #26
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
# Core runtime dependencies
|
|
requests>=2.28.0
|
|
click>=8.1.0
|
|
rich>=13.0.0
|
|
pydantic>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
|
|
# Optional: background scheduler
|
|
# apscheduler>=3.10.0
|
|
|
|
# Development / testing
|
|
# pytest>=7.0.0
|
|
# pytest-cov>=4.0.0
|
|
# pytest-mock>=3.10.0
|
|
# responses>=0.23.0
|
|
# black>=23.0.0
|