This commit is contained in:
ismail 2025-09-01 14:32:04 +03:00
parent e1364d4f5a
commit 1a647442c4
2 changed files with 159 additions and 135 deletions

View File

@ -2464,9 +2464,9 @@ def force_regenerate_car_image(car):
class CarImageAPIClient: class CarImageAPIClient:
"""Simple client to handle authenticated requests to the car image API""" """Simple client to handle authenticated requests to the car image API"""
BASE_URL = "http://10.10.1.111:8888" BASE_URL = settings.TENHAL_IMAGE_GENERATOR_URL
USERNAME = "faheed" USERNAME = settings.TENHAL_IMAGE_GENERATOR_USERNAME
PASSWORD = "Tenhal@123" PASSWORD = settings.TENHAL_IMAGE_GENERATOR_PASSWORD
def __init__(self): def __init__(self):
self.session = None self.session = None

View File

@ -1,132 +1,156 @@
annotated-types annotated-types==0.7.0
anyio anyio==4.9.0
arrow arrow==1.3.0
asgiref asgiref==3.9.1
attrs attrs==25.3.0
Babel autobahn==24.4.2
beautifulsoup4 Automat==25.4.16
blessed Babel==2.15.0
cattrs beautifulsoup4==4.13.4
certifi blessed==1.21.0
cffi cattrs==25.1.1
charset-normalizer certifi==2025.7.9
click cffi==1.17.1
colorama channels==4.2.2
crispy-bootstrap5 charset-normalizer==3.4.2
cryptography click==8.2.1
cssbeautifier colorama==0.4.6
defusedxml constantly==23.10.4
diff-match-patch crispy-bootstrap5==2025.6
distro cryptography==45.0.5
Django cssbeautifier==1.15.4
django-allauth daphne==4.2.1
django-appconf defusedxml==0.7.1
django-appointment diff-match-patch==20241021
django-background-tasks distro==1.9.0
django-bootstrap5 Django==5.2.4
django-ckeditor django-allauth==65.10.0
django-cors-headers django-appconf==1.1.0
django-countries django-appointment==3.8.0
django-crispy-forms django-background-tasks==1.2.8
django-debug-toolbar django-bootstrap5==25.1
django-easy-audit django-ckeditor==6.7.3
django-extensions django-cors-headers==4.7.0
django-filter django-countries==7.6.1
django-imagekit django-crispy-forms==2.4
django-import-export django-debug-toolbar==5.2.0
django-js-asset django-easy-audit==1.3.7
django-ledger django-extensions==4.1
django-manager-utils django-filter==25.1
django-next-url-mixin django-imagekit==5.0.0
django-ordered-model django-import-export==4.3.8
django-phonenumber-field django-js-asset==3.1.2
django-picklefield django-ledger==0.7.6.1
django-plans django-manager-utils==3.1.5
django-q2 django-next-url-mixin==0.4.0
django-query-builder django-ordered-model==3.7.4
django-schema-graph django-phonenumber-field==8.0.0
django-sequences django-picklefield==3.3
django-tables2 django-plans==2.0.0
django-treebeard django-prometheus==2.4.1
django-widget-tweaks django-q2==1.8.0
djangorestframework django-query-builder==3.2.0
djhtml django-schema-graph==3.1.0
djlint django-sequences==3.0
docopt django-tables2==2.7.5
EditorConfig django-treebeard==4.7.1
Faker django-widget-tweaks==1.5.0
fleming djangorestframework==3.16.0
fonttools djhtml==3.0.8
fpdf djlint==1.36.4
fpdf2 docopt==0.6.2
greenlet EditorConfig==0.17.1
h11 Faker==37.4.0
httpcore fleming==0.7.0
httpx fonttools==4.58.5
icalendar fpdf==1.7.2
idna fpdf2==2.8.3
jiter greenlet==3.2.3
jsbeautifier gunicorn==23.0.0
json5 h11==0.16.0
jsonpatch h2==4.2.0
jsonpointer hpack==4.1.0
jwt httpcore==1.0.9
langchain httpx==0.28.1
langchain-core hyperframe==6.1.0
langchain-ollama hyperlink==21.0.0
langchain-text-splitters icalendar==6.3.1
langsmith idna==3.10
luhnchecker incremental==24.7.2
Markdown jiter==0.10.0
markdown-it-py jsbeautifier==1.15.4
mdurl json5==0.12.0
num2words jsonpatch==1.33
numpy jsonpointer==3.0.0
ofxtools jwt==1.4.0
ollama langchain==0.3.26
openai langchain-core==0.3.68
opencv-python langchain-ollama==0.3.4
orjson langchain-text-splitters==0.3.8
packaging langsmith==0.4.4
pandas luhnchecker==0.0.12
pathspec Markdown==3.8.2
phonenumbers markdown-it-py==3.0.0
pilkit mdurl==0.1.2
pillow num2words==0.5.14
psycopg2-binary numpy==2.3.1
pycparser ofxtools==0.9.5
pydantic ollama==0.5.1
pydantic_core openai==1.93.3
Pygments opencv-python==4.11.0.86
python-dateutil orjson==3.10.18
python-slugify packaging==24.2
python-stdnum pandas==2.3.1
pytz pathspec==0.12.1
pyvin phonenumbers==8.13.42
PyYAML pilkit==3.0
pyzbar pillow==10.4.0
redis priority==1.3.0
regex prometheus_client==0.22.1
requests psycopg2-binary==2.9.10
requests-toolbelt pyasn1==0.6.1
rich pyasn1_modules==0.4.2
ruff pycparser==2.22
setuptools pydantic==2.11.7
six pydantic_core==2.33.2
sniffio Pygments==2.19.2
soupsieve pyOpenSSL==25.1.0
SQLAlchemy python-dateutil==2.9.0.post0
sqlparse python-dotenv==1.1.1
suds python-slugify==8.0.4
swapper python-stdnum==2.1
tablib pytz==2025.2
tenacity pyvin==0.0.2
text-unidecode PyYAML==6.0.2
tqdm pyzbar==0.1.9
types-python-dateutil redis==6.2.0
typing-inspection regex==2024.11.6
typing_extensions requests==2.32.4
tzdata requests-toolbelt==1.0.0
urllib3 rich==14.0.0
wcwidth ruff==0.12.2
zstandard service-identity==24.2.0
setuptools==80.9.0
six==1.17.0
sniffio==1.3.1
soupsieve==2.7
SQLAlchemy==2.0.41
sqlparse==0.5.3
suds==1.2.0
swapper==1.3.0
tablib==3.8.0
tenacity==9.1.2
text-unidecode==1.3
tqdm==4.67.1
Twisted==25.5.0
txaio==25.6.1
types-python-dateutil==2.9.0.20250708
typing-inspection==0.4.1
typing_extensions==4.14.1
tzdata==2025.2
urllib3==2.5.0
uvicorn==0.35.0
uvicorn-worker==0.3.0
wcwidth==0.2.13
zope.interface==7.2
zstandard==0.23.0