Last active
December 12, 2015 03:24
-
-
Save quantum5/a0ca22dfc32954274142 to your computer and use it in GitHub Desktop.
DMOJ full setup requirements.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chardet==2.3.0 | |
Django==1.9 | |
django-appconf==1.0.1 | |
django-compressor==1.6 | |
django-cprofile-middleware==0.1 | |
django-debug-toolbar==1.4 | |
django-extensions==1.5.9 | |
django-mailgun==0.8.0 | |
-e git://github.com/django-mptt/django-mptt.git@b41869a9c7bbbdddd9112d684c9430b118b81e31#egg=django-mptt | |
django-newsletter==0.6.dev0 | |
django-pagedown==0.1.0 | |
django-redis-cache==1.6.5 | |
-e git://github.com/macropin/django-registration.git@8db08e909283b9b82d9f900eaa25c6032fd86b88#egg=django-registration-redux | |
django-reversion==1.10.0 | |
django-reversion-compare==0.5.6 | |
-e git://github.com/DMOJ/django-select2.git@95de44a8aeb74027492b3858ed65d02ec767b27e#egg=django-select2 | |
django-social-share==0.3.0 | |
django-sortedm2m==1.1.1 | |
django-timedeltafield==0.7.10 | |
django-uwsgi==0.1.3 | |
django-webtest==1.7.8 | |
-e git://github.com/DMOJ/dmoj-wpadmin.git@cccad3ad0fec18d2caf2ea8341d0645678be8ce9#egg=dmoj-wpadmin | |
hiredis==0.2.0 | |
lxml==3.4.4 | |
markdown2==2.3.0 | |
mysqlclient==1.3.7 | |
oauthlib==1.0.3 | |
pika==0.10.0 | |
Pillow==2.9.0 | |
Pygments==2.0.2 | |
-e git://github.com/syrusakbary/pyjade.git@c46ec227d85385c9666d58648aff751b8d98eaf3#egg=pyjade | |
PyJWT==1.4.0 | |
python-dateutil==2.4.2 | |
python-openid==2.2.5 | |
python-social-auth==0.2.13 | |
pytz==2015.7 | |
redis==2.10.5 | |
requests==2.8.1 | |
requests-oauthlib==0.5.0 | |
six==1.10.0 | |
sorl-thumbnail==12.3 | |
sqlparse==0.1.18 | |
surlex==0.2.0 | |
vobject==0.8.1rc0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This
requirements.txt
works with DMOJ/online-judge#326.DMOJ/online-judge#261