forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
38 lines (34 loc) · 935 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Implicit dependencies (optional dependencies of dependencies)
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
social-auth-app-django==5.0.0
# Explicit dependencies (references in code)
beautifulsoup4==4.11.1
django-crispy-forms==1.14.0
django-model-utils==4.2.0
django-munin==0.2.1
django-recaptcha==3.0.0
Django==3.2.15
easy-thumbnails[svg]==2.8.3
factory-boy==3.2.1
geoip2==4.6.0
GitPython==3.1.27
homoglyphs==2.0.4
lxml==4.9.1
Pillow==9.2.0
pymemcache==3.5.2
requests==2.28.1
# Api dependencies
django-cors-headers==3.13.0
django-filter==22.1
django-oauth-toolkit==1.7.0
djangorestframework==3.13.1
drf-extensions==0.7.1
dry-rest-permissions==0.1.10
drf-yasg==1.21.3
# Dependencies for slug generation, please be extra careful with those
django-uuslug==2.0.0
python-slugify==6.1.2
# tomllib was added to the standard library in Python 3.11
# tomli is only needed for older Python versions
tomli==2.0.1 ; python_version < "3.11"