deploy: REMOVE hashlib and bleach dependencies as it is not needed as of now

This commit is contained in:
Caffeine Fueled 2026-05-25 14:26:45 +02:00
parent 521465c2d9
commit 7a8dd25ea2
Signed by: cf7
GPG key ID: CA295D643074C68C
2 changed files with 1 additions and 4 deletions

View file

@ -3,12 +3,10 @@ from fastapi.responses import PlainTextResponse
from slowapi import Limiter, _rate_limit_exceeded_handler
from slowapi.util import get_remote_address
from slowapi.errors import RateLimitExceeded
import bleach
import secrets
import string
import os
from pathlib import Path
import hashlib
from typing import Optional
import json
from datetime import datetime

View file

@ -1,4 +1,3 @@
fastapi==0.104.1
uvicorn[standard]==0.24.0
slowapi==0.1.9
bleach==6.1.0