browsertrix/backend/requirements.txt
Ilya Kreymer eaf8055063
Support unified docker + k8s deployment (#58)
- adapt nginx config to work both in docker and k8s, using env vars to set urls

backend: additional fixes:
- use env vars with nginx config
- fix settings api route
- when sending e-mail, use the Host header for verification urls when available
- prepare Dockerfile with full build from scratch in image, (disabled 'yarn install' for faster builds for now)
- fix accept invite api for existing user to /archives/accept-invite/{token}
2021-12-05 13:02:26 -08:00

12 lines
146 B
Plaintext

uvicorn
fastapi==0.70.0
fastapi-users[mongodb]==8.1.2
loguru
aiofiles
kubernetes-asyncio
aiodocker
apscheduler
aioprocessing
aiobotocore
aioredis