Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.10-slim

# Install build dependencies for asyncpg and other C extensions
RUN apt-get update && apt-get install -y build-essential libffi-dev gcc python3-dev

WORKDIR /dspback

COPY requirements.txt requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiofiles==0.8.0
alembic==1.7.7
anyio==3.5.0
asgiref==3.5.0
asyncpg==0.25.0
asyncpg==0.26.0
attrs==21.4.0
Authlib==0.15.5
beautifulsoup4==4.10.0
Expand Down