mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
build: update deps
This commit is contained in:
+25
-15
@@ -1,16 +1,26 @@
|
||||
fastapi>=0.109.0
|
||||
uvicorn[standard]>=0.27.0
|
||||
sqlalchemy>=2.0.25
|
||||
pydantic>=2.5.3
|
||||
pydantic-settings>=2.1.0
|
||||
python-dotenv>=1.0.0
|
||||
python-jose[cryptography]>=3.3.0
|
||||
python-multipart>=0.0.6
|
||||
# Web Framework
|
||||
fastapi>=0.115.12
|
||||
uvicorn[standard]>=0.34.0
|
||||
|
||||
# Database
|
||||
sqlalchemy>=2.0.36
|
||||
|
||||
# Validation & Settings
|
||||
pydantic>=2.10.6
|
||||
pydantic-settings>=2.7.1
|
||||
python-dotenv>=1.0.1
|
||||
|
||||
# Authentication & Security
|
||||
pyjwt>=2.10.1
|
||||
bcrypt>=4.2.2
|
||||
|
||||
# Task Scheduling
|
||||
apscheduler>=3.10.4
|
||||
filelock>=3.13.1
|
||||
selenium>=4.16.0
|
||||
pillow>=10.4.0
|
||||
requests>=2.31.0
|
||||
pyjwt>=2.8.0
|
||||
bcrypt>=4.1.2
|
||||
croniter>=1.3.8
|
||||
croniter>=5.0.3
|
||||
|
||||
# Automation
|
||||
selenium>=4.28.1
|
||||
filelock>=3.16.1
|
||||
|
||||
# HTTP & Utilities
|
||||
requests>=2.32.3
|
||||
|
||||
Reference in New Issue
Block a user