Skip to content

Commit d8760ad

Browse files
authored
Fixed #150 -- Fixed error when logging out.
Turns out the trac-github extension is not really maintained at the moment and is not compatible with Trac 1.4. The solution (temporary hopefully) is to fork it and do the minimal necessary fixes ourselves because why not
1 parent 7b00a11 commit d8760ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip
1616
oauthlib==2.1.0
1717
requests==2.20.1
1818
requests-oauthlib==1.0.0
19-
trac-github==2.3
19+
# trac-github is unmaintained at this time and not compatible with Trac 1.4
20+
# See issue https://github.com/trac-hacks/trac-github/issues/136 for example
21+
# So obviously the solution is a fork, this one will surely never go unmaintained
22+
trac-github @ git+https://github.com/bmispelon/[email protected]
2023

2124
gunicorn==19.10.0
2225
sentry-sdk==1.11.0

0 commit comments

Comments
 (0)