Skip to content

Commit 5dc9fba

Browse files
bmispelonfelixxm
authored andcommitted
Listed babel explicitly in requirements.
This seems to fix the config pages for the spam filter plugin.
1 parent a88422a commit 5dc9fba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Trac[pygments]==1.4.4
1+
# spam-filter doesn't work without babel (but somehow doesn't list it in its requirements)
2+
Trac[pygments, babel]==1.4.4
23
dnspython==1.15
34
spambayes == 1.1b1
45
psycopg2==2.7.6.1 --no-binary=psycopg2

0 commit comments

Comments
 (0)