* django pinned to <4 since there are compatibility things to fix first * tox pinned to <4 because of issues where it's incompatbile with safety (safety itself coming in a moment)
14 lines
740 B
Plaintext
14 lines
740 B
Plaintext
Django<4.0 # core
|
|
django-adminplus # admin.site.register_view
|
|
django-bootstrap3 # bootstrap layout
|
|
django-extensions # more commands
|
|
djangorestframework # dispatch WS API
|
|
irc==15.0.6 # core, pinned until I can bother to update --- 17.x has API changes
|
|
parsedatetime # relative date stuff in countdown
|
|
ply # dice lex/yacc compiler
|
|
python-dateutil # countdown relative math
|
|
python-gitlab # client for the gitlab bot
|
|
python-mpd2 # client for mpd
|
|
pytz # timezone awareness
|
|
zalgo-text # zalgoify text
|