Skip to content

Commit e6120e5

Browse files
felixxmbmispelon
andauthored
Fixed #159 -- Used TracSpamFilter compatible with 1.4.
Co-authored-by: Baptiste Mispelon <[email protected]>
1 parent 21133bb commit e6120e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ libsass==0.17.0
99
Genshi==0.7.7 # still required by some plugins
1010

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

@@ -21,4 +21,4 @@ trac-github==2.3
2121
gunicorn==19.10.0
2222
sentry-sdk==1.11.0
2323

24-
-e ./DjangoPlugin
24+
-e ./DjangoPlugin

0 commit comments

Comments
 (0)