weblate/requirements.txt
Michal Čihař dc3a9fa6c0 Depend on translation-finder 1.0
It was released today as first stable release.

Signed-off-by: Michal Čihař <michal@cihar.com>
2019-01-22 14:29:17 +01:00

33 lines
830 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.3.1
lxml>=3.1.0
backports.csv; python_version < '3.0'
Pillow
six>=1.7.0
python-dateutil
social-auth-core>=2.0.0
social-auth-app-django>=3.0.0
django-crispy-forms>=1.6.1
oauthlib>=3.0.0
django_compressor>=2.1.1
djangorestframework>=3.8
defusedxml>=0.4
django-appconf>=1.0
user-agents>=1.1.0
filelock>=3.0.1
setuptools
jellyfish>=0.6.1
openpyxl>=2.5.0
celery>=4.0
celery-batches>=0.2
translation-finder>=1.0
pathlib2; python_version < '3.4'
# The only reason for this strict dependency is same dep in translate-toolkit
# https://github.com/translate/translate/issues/3843
diff-match-patch==20121119
# This is workaround for dependency issues between
# recent urllib3, requests and botocore
urllib3<1.24