Week 3 complete: async test suite fixed, integration tests converted to pytest, config fixes (ENABLE_SUBDOMAIN_TENANTS), auth compatibility (get_current_tenant), healthcheck test stabilized; all tests passing (31/31)
This commit is contained in:
@@ -24,7 +24,6 @@ python-multipart = "^0.0.6"
|
||||
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
|
||||
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
|
||||
python-dotenv = "^1.0.0"
|
||||
redis = "^5.0.1"
|
||||
httpx = "^0.25.2"
|
||||
aiofiles = "^23.2.1"
|
||||
pdfplumber = "^0.10.3"
|
||||
@@ -39,6 +38,7 @@ opencv-python = "^4.8.1.78"
|
||||
tabula-py = "^2.8.2"
|
||||
camelot-py = "^0.11.0"
|
||||
sentence-transformers = "^2.2.2"
|
||||
requests = "^2.31.0"
|
||||
prometheus-client = "^0.19.0"
|
||||
structlog = "^23.2.0"
|
||||
celery = "^5.3.4"
|
||||
|
||||
Reference in New Issue
Block a user