Skip to content

Commit

Permalink
Fixed #159 -- Used TracSpamFilter compatible with 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Jan 25, 2024
1 parent 557fc53 commit 7fa95d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN set -x \
make \
postgresql-client \
python2.7 \
subversion \
" \
&& apt-get update && apt-get install -y --no-install-recommends $RUN_DEPS \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ libsass==0.17.0
Genshi==0.7.7 # still required by some plugins

# Trac plugins
TracSpamFilter==1.2.7
svn+https://svn.edgewall.org/repos/trac/plugins/1.4/spam-filter
# TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac 1.4)
https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip

Expand All @@ -21,4 +21,4 @@ trac-github==2.3
gunicorn==19.10.0
sentry-sdk==1.11.0

-e ./DjangoPlugin
-e ./DjangoPlugin

0 comments on commit 7fa95d2

Please sign in to comment.