Skip to content

Commit

Permalink
refactor(pip): change to using package version defined from PI (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ssd authored Aug 10, 2024
2 parents 91d4b0a + f45927d commit ab44e37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN python3 -m venv "$PI_HOME" && . "$PI_HOME/bin/activate" \
&& pip3 install --upgrade pip \
&& pip3 install wheel \
&& pip3 install -r https://raw.githubusercontent.com/privacyidea/privacyidea/v"$PI_VERSION"/requirements.txt \
&& pip3 install -r https://raw.githubusercontent.com/privacyidea/privacyidea/v"$PI_VERSION"/requirements-kerberos.txt \
&& pip3 install privacyidea=="$PI_VERSION" \
&& pip3 install -r requirements.txt

Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
psycopg2==2.9.9
grpcio==1.64.1
grpcio-tools==1.64.1
gunicorn==22.0.0
gssapi==1.8.3

0 comments on commit ab44e37

Please sign in to comment.