kitsune/pyproject.toml

125 строки
3.0 KiB
TOML
Исходник Обычный вид История

2020-07-24 16:24:49 +03:00
[tool.black]
line-length = 99
# NB: this can only be updated once black supports the target python version,
# so may lag behind the version of python we're using. This shouldn't matter
# unless we're using completely new syntax:
target-version = ['py311']
2020-09-12 00:42:20 +03:00
exclude = "^.*/migrations/.*$|kitsune/sumo/db_strings.py"
2021-12-29 15:45:21 +03:00
[tool.poetry]
name = "kitsune"
version = "0.1.0"
description = "Mozilla Support Platform"
authors = ["Your Name <you@example.com>"]
license = "BSD 3-Clause"
[tool.poetry.dependencies]
python = "^3.11"
2023-11-08 16:32:29 +03:00
APScheduler = "^3.10.0"
Django = "4.1.13"
2021-12-29 15:45:21 +03:00
babis = "^0.2.4"
Pillow = "^10.1.0"
2023-11-08 16:32:29 +03:00
bleach = {version = "^6.0.0", extras = ["css"]}
boto3 = "^1.26.63"
2022-06-28 17:29:25 +03:00
celery = "5.2.7"
2022-07-06 11:18:15 +03:00
dennis = "^1.1.0"
2022-11-15 17:03:43 +03:00
mozilla-django-oidc = "^3.0.0"
2023-11-08 16:32:29 +03:00
dj-database-url = "^1.2.0"
django-jinja = "^2.10.2"
lxml = "^4.9.2"
elasticsearch = "^7.17.9"
2023-11-08 16:32:29 +03:00
elasticsearch-dsl = "^7.4.0"
2021-12-29 15:45:21 +03:00
gunicorn = "^20.1.0"
gevent = "^23.9.1"
2023-11-08 16:32:29 +03:00
newrelic = "^8.5.0"
django-waffle = "^3.0.0"
2023-11-08 16:32:29 +03:00
python-decouple = "^3.7"
sentry-sdk = "^1.32.0"
whitenoise = "^6.3.0"
zenpy = "^2.0.25"
idna = "^3.4"
django-allow-cidr = "^0.6.0"
2021-12-29 15:45:21 +03:00
html5lib = "^1.1"
py-wikimarkup = "^2.3.0"
2021-12-29 15:45:21 +03:00
python-dateutil = "^2.8.2"
python-memcached = "^1.59"
2023-11-08 16:32:29 +03:00
redis = "^4.5.4"
django-cors-headers = "^3.13.0"
django-enforce-host = "^1.1.0"
django-cache-url = "^3.4.4"
2023-11-08 16:32:29 +03:00
django-extensions = "^3.2.1"
django-filter = "^22.1"
2023-11-08 16:32:29 +03:00
django-redis = "^5.2.0"
factory-boy = "^3.2.1"
Faker = "^16.6.1"
google-api-python-client = "^2.76.0"
2021-12-29 15:45:21 +03:00
timeout-decorator = "^0.5.0"
2023-11-08 16:32:29 +03:00
simplejson = "^3.18.1"
2021-12-29 15:45:21 +03:00
twython = "^3.9.1"
2023-11-08 16:32:29 +03:00
translate-toolkit = "^3.8.3"
django-ratelimit = "^4.0.0"
django-storages = {version = "^1.13.2", extras = ["google"]}
django-taggit = "^3.1.0"
2021-12-29 15:45:21 +03:00
django-user-agents = "^0.4.0"
django-watchman = "1.3.0"
2021-12-29 15:45:21 +03:00
premailer = "^3.10.0"
pyquery = "^2.0.0"
2021-12-29 15:45:21 +03:00
parameterized = "^0.8.1"
Werkzeug = "3.0.1"
2021-12-29 15:45:21 +03:00
commonware = "^0.6.0"
2023-11-08 16:32:29 +03:00
django-statici18n = "^2.3.1"
django-timezone-field = "^5.0"
djangorestframework = "^3.14.0"
django-activity-stream = "^1.4.2"
2021-12-29 15:45:21 +03:00
django-jsonfield-compat = "^0.4.4"
django-jsonfield-backport = "^1.0.5"
2023-11-08 16:32:29 +03:00
cffi = "^1.15.1"
django-mozilla-product-details = "^1.0.3"
2023-11-08 16:32:29 +03:00
PyMySQL = "^1.0.2"
2022-04-15 17:31:18 +03:00
django-csp = "^3.7"
oauthlib = "^3.2.2"
2023-11-08 16:32:29 +03:00
protobuf = "^4.21.12"
Babel = "^2.11.0"
Jinja2 = "^3.1.2"
2023-11-08 16:32:29 +03:00
google-auth = "^2.16.0"
graphene-django = "~3.0.0"
django-guardian = "^2.4.0"
django-email-bandit = "^2.0"
2021-12-29 15:45:21 +03:00
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.11"
isort = "^5.12.0"
2021-12-29 15:45:21 +03:00
pep8 = "^1.7.1"
appnope = "^0.1.3"
2021-12-29 15:45:21 +03:00
argparse = "^1.4.0"
django-debug-toolbar = "^3.8.1"
2021-12-29 15:45:21 +03:00
django-cache-panel = "^0.1"
2023-11-08 16:32:29 +03:00
jsonschema = "^4.17.3"
pre-commit = "^3.0.3"
q = "^2.7"
2023-11-08 16:32:29 +03:00
pylint = "^2.16.1"
debugpy = "^1.6.6"
flake8 = "^6.0.0"
2021-12-29 15:45:21 +03:00
urlwait = "^1.0"
2023-11-08 16:32:29 +03:00
testfixtures = "^7.0.4"
sphinx-rtd-theme = "^1.1.1"
sphinx = "^5.3.0"
2021-12-29 15:45:21 +03:00
recommonmark = "^0.7.1"
sphinxcontrib-httpdomain = "^1.8.1"
tabulate = "^0.9.0"
2023-11-08 16:32:29 +03:00
pylint-django = "^2.5.3"
rope = "^1.7.0"
black = "^23.1.0"
pytest = "^7.3.1"
selenium = "^4.8.3"
webdriver-manager = "^3.8.6"
pytest-html = "^3.2.0"
2023-11-08 16:32:29 +03:00
pytest-xdist = "^3.2.1"
docker = "^6.0.1"
pytest-rerunfailures = "^12.0"
2023-11-08 16:32:29 +03:00
pytest-check = "^2.2.1"
2021-12-29 15:45:21 +03:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"