Initial commit: LinkSyncServer and LinkSyncExtension projects with complete documentation, models, API endpoints, tests, and extension implementation
This commit is contained in:
34
LinkSyncServer/requirements.txt
Normal file
34
LinkSyncServer/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user