2020-07-24 16:24:49 +03:00
|
|
|
[tool.black]
|
|
|
|
line-length = 99
|
2020-11-20 18:55:15 +03:00
|
|
|
# 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 = ['py38']
|
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.10"
|
|
|
|
APScheduler = "^3.8.1"
|
2022-08-11 19:18:28 +03:00
|
|
|
Django = "3.2.15"
|
2021-12-29 15:45:21 +03:00
|
|
|
babis = "^0.2.4"
|
2022-03-12 04:11:09 +03:00
|
|
|
Pillow = "^9.0.1"
|
2021-12-29 15:45:21 +03:00
|
|
|
bleach = "^4.1.0"
|
|
|
|
boto3 = "^1.20.26"
|
2022-06-28 17:29:25 +03:00
|
|
|
celery = "5.2.7"
|
2022-07-06 11:18:15 +03:00
|
|
|
dennis = "^1.1.0"
|
2021-12-29 15:45:21 +03:00
|
|
|
mozilla-django-oidc = "^2.0.0"
|
|
|
|
dj-database-url = "^0.5.0"
|
2022-10-14 02:21:37 +03:00
|
|
|
django-jinja = "^2.10.2"
|
2022-07-07 00:34:09 +03:00
|
|
|
lxml = "^4.9.1"
|
2021-12-29 15:45:21 +03:00
|
|
|
elasticsearch = "^7.16.2"
|
|
|
|
elasticsearch-dsl = "^7.4.0"
|
|
|
|
gunicorn = "^20.1.0"
|
|
|
|
gevent = "^21.12.0"
|
|
|
|
newrelic = "^7.2.4"
|
|
|
|
django-waffle = "^2.2.1"
|
|
|
|
python-decouple = "^3.5"
|
|
|
|
sentry-sdk = "^1.5.1"
|
|
|
|
whitenoise = "^5.3.0"
|
|
|
|
zenpy = "^2.0.24"
|
|
|
|
idna = "^3.3"
|
|
|
|
django-allow-cidr = "^0.3.1"
|
|
|
|
html5lib = "^1.1"
|
2022-04-11 09:48:22 +03:00
|
|
|
py-wikimarkup = "2.1.3"
|
2021-12-29 15:45:21 +03:00
|
|
|
python-dateutil = "^2.8.2"
|
|
|
|
python-memcached = "^1.59"
|
|
|
|
pytz = "^2021.3"
|
|
|
|
redis = "^4.1.0"
|
|
|
|
django-cors-headers = "^3.10.1"
|
|
|
|
django-enforce-host = "^1.0.1"
|
|
|
|
django-cache-url = "^3.2.3"
|
2022-01-07 17:53:53 +03:00
|
|
|
django-authority = {git = "https://github.com/jazzband/django-authority.git"}
|
2021-12-29 15:45:21 +03:00
|
|
|
django-extensions = "^3.1.5"
|
|
|
|
django-adminplus = "^0.5"
|
|
|
|
django-filter = "^21.1"
|
|
|
|
django-redis = "^5.2.0"
|
|
|
|
factory-boy = "^3.2.1"
|
|
|
|
Faker = "^11.1.0"
|
|
|
|
google-api-python-client = "^2.33.0"
|
|
|
|
timeout-decorator = "^0.5.0"
|
|
|
|
simplejson = "^3.17.6"
|
|
|
|
twython = "^3.9.1"
|
|
|
|
translate-toolkit = "^3.5.1"
|
|
|
|
django-ratelimit = "^3.0.1"
|
|
|
|
django-storages = "^1.12.3"
|
|
|
|
django-taggit = "^2.0.0"
|
|
|
|
django-user-agents = "^0.4.0"
|
|
|
|
django-watchman = "^1.2.0"
|
|
|
|
premailer = "^3.10.0"
|
|
|
|
pyquery = "^1.4.3"
|
|
|
|
parameterized = "^0.8.1"
|
|
|
|
Werkzeug = "^2.0.2"
|
|
|
|
commonware = "^0.6.0"
|
|
|
|
django-statici18n = "^2.2.0"
|
|
|
|
django-timezone-field = "^4.2.1"
|
|
|
|
djangorestframework = "^3.13.1"
|
|
|
|
django-activity-stream = "^0.10.0"
|
|
|
|
django-jsonfield-compat = "^0.4.4"
|
|
|
|
django-jsonfield-backport = "^1.0.4"
|
|
|
|
cffi = "^1.15.0"
|
2022-01-27 14:09:44 +03:00
|
|
|
django-mozilla-product-details = "^1.0.1"
|
2022-03-28 15:27:44 +03:00
|
|
|
PyMySQL = "^1.0.2"
|
2022-04-15 17:31:18 +03:00
|
|
|
django-csp = "^3.7"
|
2022-09-26 12:33:54 +03:00
|
|
|
oauthlib = "^3.2.1"
|
2022-09-26 12:35:32 +03:00
|
|
|
protobuf = "3.19.5"
|
2022-10-13 22:54:51 +03:00
|
|
|
Babel = "2.10.3"
|
2022-10-14 02:21:37 +03:00
|
|
|
Jinja2 = "^3.1.2"
|
2022-10-11 23:06:48 +03:00
|
|
|
google-auth = "^2.12.0"
|
2021-12-29 15:45:21 +03:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
ipdb = "^0.13.9"
|
|
|
|
isort = "^5.10.1"
|
|
|
|
pep8 = "^1.7.1"
|
|
|
|
appnope = "^0.1.2"
|
|
|
|
argparse = "^1.4.0"
|
|
|
|
django-debug-toolbar = "^3.2.4"
|
|
|
|
django-cache-panel = "^0.1"
|
|
|
|
jsonschema = "^4.3.2"
|
|
|
|
pip = "^21.3.1"
|
|
|
|
pre-commit = "^2.16.0"
|
|
|
|
q = "^2.6"
|
|
|
|
rope = "^0.22.0"
|
|
|
|
pylint = "^2.12.2"
|
|
|
|
debugpy = "^1.5.1"
|
|
|
|
black = "^21.12b0"
|
|
|
|
flake8 = "^4.0.1"
|
|
|
|
urlwait = "^1.0"
|
|
|
|
testfixtures = "^6.18.3"
|
|
|
|
Sphinx = "^4.3.2"
|
|
|
|
recommonmark = "^0.7.1"
|
|
|
|
sphinx-rtd-theme = "^1.0.0"
|
|
|
|
sphinxcontrib-httpdomain = "^1.8.0"
|
|
|
|
tabulate = "^0.8.9"
|
2022-09-14 00:54:49 +03:00
|
|
|
pylint-django = "^2.5.3"
|
2021-12-29 15:45:21 +03:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|