Skip to content

Commit

Permalink
Use pook from GitHub to add binary support (#3236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Oct 26, 2023
1 parent 57780d7 commit 7cb0b90
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 270 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV PATH="/venv/bin:$PATH"
# - Create a virtualenv inside `/venv`
# - Install Pipenv to install Python dependencies
RUN apt-get update \
&& apt-get install -y python3-dev \
&& apt-get install -y python3-dev git \
&& rm -rf /var/lib/apt/lists/* \
&& python -m venv /venv \
&& pip install --upgrade pipenv
Expand Down
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pytest = "~=7.4"
pytest-django = "~=4.5"
pytest-raises = "~=0.11"
remote-pdb = "~=2.1"
pook = "~=1.0"
pgcli = "~=3.5"
freezegun = "~=1.2.2"
pytest-sugar = "~=0.9"
pook = {ref = "master", git = "git+https://github.com/h2non/pook.git"}

[packages]
aiohttp = "~=3.8"
Expand Down
Loading

0 comments on commit 7cb0b90

Please sign in to comment.