deploy: REMOVE hashlib and bleach dependencies as it is not needed as of now
This commit is contained in:
parent
521465c2d9
commit
7a8dd25ea2
2 changed files with 1 additions and 4 deletions
2
main.py
2
main.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue