first commit

This commit is contained in:
2025-11-30 00:07:24 +01:00
commit b5e642aecb
78 changed files with 15162 additions and 0 deletions

20
requirements-dev.txt Normal file
View File

@ -0,0 +1,20 @@
# Development Dependencies
# Install with: pip install -r requirements-dev.txt
# Include production requirements
-r requirements.txt
# Testing
pytest==7.4.0
pytest-cov==4.1.0
pytest-flask==1.2.0
pytest-mock==3.12.0
# Code Quality & Formatting
black==23.12.0
ruff==0.1.8
mypy==1.7.1
# Type Stubs
types-requests==2.31.0.10
types-PyJWT==1.7.1