We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a603c8 commit 74fdce6Copy full SHA for 74fdce6
requirements.txt
@@ -1,13 +1,11 @@
1
# spam-filter doesn't work without babel (but somehow doesn't list it in its requirements)
2
Trac[pygments, babel]==1.6.0
3
-dnspython==1.15
4
psycopg2==2.9.9 --no-binary=psycopg2
5
Django==1.11.29
6
libsass==0.23.0
7
8
# Trac plugins
9
-https://trac.edgewall.org/browser/plugins/trunk/spam-filter?rev=17752&format=zip
10
-filelock==3.13.1 # required for running tracspamfilter.filters.bayes
+TracSpamFilter[dns,spambayes] @ https://trac.edgewall.org/browser/plugins/trunk/spam-filter?rev=17766&format=zip
11
# TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac >=1.4)
12
https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip
13
0 commit comments