File tree Expand file tree Collapse file tree
backend/tests/integration_tests/data/sakila Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<p align =" center " >
2- <img src =" https://storage.googleapis.com/visitran-static/logo/v-logo.png " alt =" Visitran " width =" 200 " />
2+ <picture >
3+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/logo-light.png" />
4+ <source media="(prefers-color-scheme: light)" srcset="docs/images/logo-dark.png" />
5+ <img src="docs/images/logo-dark.png" alt="Visitran" width="200" />
6+ </picture >
37</p >
48
59<p align =" center " >
1620
1721<p align =" center " >
1822 <a href =" LICENSE " ><img src =" https://img.shields.io/github/license/Zipstack/visitran " alt =" License " /></a >
19- <a href =" https://hub.docker. com/u /visitran " ><img src =" https://img.shields.io/docker/pulls/visitran/backend " alt =" Docker Pulls " /></a >
23+ <a href =" https://github. com/Zipstack /visitran/releases " ><img src =" https://img.shields.io/github/v/release/Zipstack/visitran " alt =" Latest Release " /></a >
2024 <a href =" https://deepwiki.com/Zipstack/visitran " ><img src =" https://deepwiki.com/badge.svg " alt =" Ask DeepWiki " /></a >
2125</p >
2226<p align =" center " >
@@ -128,7 +132,6 @@ For development or when you want full control over each component.
128132- Python 3.10.x (` >=3.10, <3.11.1 ` — required by ` pyproject.toml ` )
129133- Node.js 16+
130134- [ uv] ( https://docs.astral.sh/uv/ ) (Python package manager)
131- - [ Git LFS] ( https://git-lfs.com/ ) (run ` git lfs install && git lfs pull ` after cloning)
132135- Redis (for WebSockets and Celery) — install via ` brew install redis ` (macOS) or your OS package manager
133136
134137** Backend**
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments