weblate/requirements.txt
Michal Čihař 8cfc320eea Avoid using Django 2.0 on Python 2
It is wrongly not marked as Python 3 only.

Fixes #1759

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-01-12 09:47:28 +01:00

18 lines
382 B
Text
Vendored

Django>=1.11,<2.0; python_version < '3.0'
Django>=1.11; python_version >= '3.0'
siphashc>=0.8
Whoosh>=2.7.0
translate-toolkit>=2.2.0
lxml>=3.1.0
Pillow
six>=1.7.0
python-dateutil
social-auth-core>=1.3.0
social-auth-app-django>= 1.2.0
django-crispy-forms>=1.6.1
oauthlib>=0.6.3
django_compressor>=2.1.1
djangorestframework>=3.7
defusedxml>=0.4
django-appconf>=1.0
user-agents>=1.1.0