64 строки
1.3 KiB
TOML
64 строки
1.3 KiB
TOML
[tool.poetry]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [""]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
Django = "3.0.7"
|
|
black = "20.8b1"
|
|
celery = "5.0.0"
|
|
coverage = "5.3"
|
|
django-cors-headers = "3.5.0"
|
|
django-filter = "2.3.0"
|
|
django-widget-tweaks = "1.4.8"
|
|
djangorestframework = "3.12.1"
|
|
dockerflow = "2020.10.0"
|
|
factory_boy = "3.1.0"
|
|
flake8 = "3.8.4"
|
|
gunicorn = "20.0.4"
|
|
ipdb = "0.13.4"
|
|
mock = "4.0.2"
|
|
psycopg2 = "2.8.6"
|
|
pytest = "6.0.1"
|
|
pytest-django = "4.1.0"
|
|
pytest-testmon = "1.0.3"
|
|
pytest-watch = "4.2.0"
|
|
python-decouple = "3.3"
|
|
raven = "6.10.0"
|
|
redis = "3.5.3"
|
|
requests = {version = "2.24.0", extras = ["security"]}
|
|
whitenoise = "5.2.0"
|
|
parameterized = "0.7.4"
|
|
pytest-cov = "2.10.1"
|
|
django-mozilla-product-details = "0.14.1"
|
|
django-countries = "6.1.3"
|
|
markus = "2.2.0"
|
|
datadog = "0.39.0"
|
|
sqlparse = "0.3.1"
|
|
asgiref = "3.3.0"
|
|
uritemplate = "3.0.1"
|
|
packaging = "20.4"
|
|
pyparsing = "2.4.7"
|
|
django-markdown2 = "0.3.1"
|
|
markdown2 = "2.3.9"
|
|
tblib = "1.7.0"
|
|
pytest-xdist = "2.1.0"
|
|
djangorestframework-csv = "2.1.0"
|
|
unicodecsv = "0.14.1"
|
|
kinto-http = "10.7.0"
|
|
jsonschema = "3.2.0"
|
|
isort = "5.6.4"
|
|
google-cloud-storage = "1.32.0"
|
|
django-storages = "1.10.1"
|
|
graphene-django = "^2.13.0"
|
|
mozilla-nimbus-shared = "^1.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
rope = "^0.18.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|