-
Notifications
You must be signed in to change notification settings - Fork 8
/
requirements.txt
43 lines (32 loc) · 1.15 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Attention!
# Make sure to use 'python -m pip install --upgrade pip setuptools wheel' before trying to use 'pip install -U -r requirements.txt'
setuptools
wheel
Django
django-allauth
requests
# libsass is not required on the production environment, if SASS/SCSS files have been precompiled and deployed using offline compilation.
libsass
# django-compressor is required only for offline compilation, when using the command `manage.py compilescss`.
django-compressor
django-sass-processor
# autogenerate forms
django-crispy-forms
# crispy-bootstrap4
crispy-bootstrap5
# google api for the secret app
google-api-python-client
# google example uses this adapter for mysql
pymysql
# handles storage of files from models in google storage bucket
django-storages[google]
# add DB models to translations
django-vinaigrette
# hopefully enables us to deliver json data to foreigners
django-cors-headers
# simc_support lib to get wow game data
# -e git+https://github.com/Bloodmallet/simc_support.git@9-0-shadowlands#egg=simc_support
# Testlib
# -e git+https://github.com/Bloodmallet/bloodytests.git@develop#egg=bloodytests
# sending mails via mailjet
django-anymail[mailjet]