mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
28 lines
398 B
Plaintext
28 lines
398 B
Plaintext
# Web Framework
|
|
fastapi>=0.115.12
|
|
uvicorn[standard]>=0.34.0
|
|
|
|
# Database
|
|
sqlalchemy>=2.0.36
|
|
|
|
# Validation & Settings
|
|
pydantic[email]>=2.10.6
|
|
pydantic-settings>=2.7.1
|
|
python-dotenv>=1.0.1
|
|
|
|
# Authentication & Security
|
|
pyjwt>=2.10.1
|
|
bcrypt>=4.2.2
|
|
slowapi>=0.1.9
|
|
|
|
# Task Scheduling
|
|
apscheduler>=3.10.4
|
|
croniter>=5.0.3
|
|
|
|
# Automation
|
|
selenium>=4.28.1
|
|
filelock>=3.16.1
|
|
|
|
# HTTP & Utilities
|
|
requests>=2.32.3
|