Initial commit: LinkSyncServer and LinkSyncExtension projects with complete documentation, models, API endpoints, tests, and extension implementation

This commit is contained in:
DavidSaylor
2026-05-11 17:37:10 -05:00
parent ad0b12b452
commit aed69afdfd
691 changed files with 181874 additions and 28 deletions

View File

@@ -0,0 +1,34 @@
# Web Framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# Database
sqlalchemy==2.0.25
psycopg2-binary==2.9.9
alembic==1.13.1
# Authentication
python-jose[cryptography]==3.3.0
pycryptodome==3.19.0
bcrypt==4.1.2
# Templates
jinja2==3.1.3
MarkupSafe==2.1.5
# Validation
pydantic==2.6.1
pydantic-settings==2.1.0
email-validator==2.1.0
# CORS
starlette-cors==1.1.0
# Security
passlib==1.7.4
# Utilities
python-dotenv==1.0.0
cachelib==0.9.0
structlog==23.2.0