Skip to content

Commit

Permalink
Pin twisted version
Browse files Browse the repository at this point in the history
New twisted version gives:
  builtins.AttributeError: Requirements are not satisfied for
  buildbot.util:renderer: The 'zope-interface>=5' distribution was not
  found and is required by Twisted
  • Loading branch information
fauust committed Oct 16, 2023
1 parent 8c58fe9 commit 4b7694b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN apt-get update \
pyzabbix \
sqlalchemy==1.3.23 \
treq \
twisted==22.10.0 \
&& if [ "$master_type" = "master-web" ]; then \
pip install --no-cache-dir pyjade; \
fi \
Expand Down

0 comments on commit 4b7694b

Please sign in to comment.