forked from django/code.djangoproject.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
24 lines (19 loc) · 892 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# spam-filter doesn't work without babel (but somehow doesn't list it in its requirements)
# rest is needed to support wiki pages written in rst
Trac[babel, pygments, rest]==1.6.0
psycopg2==2.9.9 --no-binary=psycopg2
Django==5.0.10
libsass==0.23.0
# Optional Trac dependencies that make DeprecationWarning go away.
# When upgrading Trac or Python, check if these dependencies are still needed
# by uninstalling them and running the test suite (or CI) with PYTHONWARNINGS=error
multipart==1.1.0
passlib==1.7.4
# Trac plugins
TracSpamFilter[dns,spambayes] @ svn+https://svn.edgewall.org/repos/trac/plugins/trunk/spam-filter@17766
TracDragDrop @ svn+https://trac-hacks.org/svn/tracdragdropplugin/0.12@18635
# No pypi release compatible with trac 1.6 yet
trac-github[oauth] @ git+https://github.com/bmispelon/[email protected]
gunicorn==22.0.0
sentry-sdk==2.8.0
-e ./DjangoPlugin