Skip to content

Commit 8898959

Browse files
committed
feat: refactor app structure and update dependencies
1 parent 7d168fb commit 8898959

7 files changed

+1
-76
lines changed

frameworks/Python/litestar/litestar-hypercorn.dockerfile renamed to frameworks/Python/litestar/litestar-granian.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN pip3 install cython==3.0.12
99

1010
COPY requirements.txt requirements-hypercorn.txt ./
1111

12-
RUN pip3 install -r requirements.txt -r requirements-hypercorn.txt
12+
RUN pip3 install -r requirements.txt -r requirements-granian.txt
1313

1414
COPY . ./
1515

frameworks/Python/litestar/litestar-gunicorn-orjson.dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

frameworks/Python/litestar/litestar-hypercorn-orjson.dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

frameworks/Python/litestar/litestar-nginx-unit-orjson.dockerfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

frameworks/Python/litestar/litestar-uvicorn-orjson.dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

frameworks/Python/litestar/requirements-orjson.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)