funkwhale/api/pyproject.toml

87 wiersze
2.1 KiB
TOML
Czysty Zwykły widok Historia

[tool.poetry]
name = "Funkwhale"
version = "1.2.1"
description = ""
authors = ["Funkwhale Collective"]
license = "GNU AGPLv3"
[tool.poetry.dependencies]
python = "^3.7"
2022-02-01 12:37:38 +00:00
Django = "==3.2.12"
2022-01-29 12:07:29 +00:00
setuptools = "==57.4.0"
django-environ = "==0.8.1"
Pillow = "==8.4.0"
2022-01-29 12:07:29 +00:00
django-allauth = "==0.42.0"
psycopg2 = "==2.9.3"
2022-02-01 09:53:21 +00:00
pytz = "2021.3"
2022-01-29 12:07:29 +00:00
django-redis = "==5.0.0"
redis = "==3.5.3"
kombu = "==5.2.3"
2022-02-01 05:36:43 +00:00
celery = "==5.2.3"
django-cors-headers = "==3.11.0"
2022-01-29 12:07:29 +00:00
musicbrainzngs = "==0.7.1"
djangorestframework = "==3.12.4"
2022-02-01 17:07:37 +00:00
arrow = "==1.2.2"
2022-01-29 12:07:29 +00:00
persisting-theory = "==0.2.1"
django-versatileimagefield = "==2.2"
django-filter = "==2.4.0"
django-rest-auth = "==0.9.5"
mutagen = "==1.45.1"
PyMemoize = "==1.0.3"
django-dynamic-preferences = "==1.11.0"
python-magic = "==0.4.24"
channels = "==3.0.4"
channels-redis = "==3.3.1"
gunicorn = "==20.1.0"
cryptography = "==36.0.1"
requests-http-signature = {git = "https://github.com/agateblue/requests-http-signature.git", rev = "signature-header-support"}
2022-01-29 12:07:29 +00:00
django-cleanup = "==5.2.0"
2022-02-01 11:36:55 +00:00
requests = "==2.27.1"
2022-01-29 12:07:29 +00:00
pyOpenSSL = "==20.0.1"
pydub = "==0.25.1"
PyLD = "==2.0.3"
aiohttp = "==3.8.1"
django-oauth-toolkit = "==1.7.0"
2022-01-29 12:07:29 +00:00
django-storages = "==1.11.1"
boto3 = "==1.20.46"
2022-01-29 12:07:29 +00:00
unicode-slugify = "==0.1.5"
django-cacheops = "==6.0"
service-identity = "==21.1.0"
2022-02-01 08:04:28 +00:00
click = "==8.0.3"
2022-01-29 12:07:29 +00:00
Markdown = "==3.3.6"
bleach = "==3.3.1"
feedparser = "==6.0.8"
watchdog = "==2.1.6"
2022-02-01 13:07:06 +00:00
asgiref = "==3.5.0" #1516
2022-02-01 17:12:01 +00:00
ipython = "==7.31.1"
python-ldap = "==3.4.0"
2022-01-29 12:07:29 +00:00
django-auth-ldap = "==3.0.0"
2022-02-01 14:11:00 +00:00
uvicorn = {version = "==0.17.1", extras = ["standard"]}
[tool.poetry.dev-dependencies]
2022-01-29 12:07:29 +00:00
flake8 = "==3.9.2"
pytest = "==6.2.5"
pytest-cov = "==2.12.1"
pytest-django = "==4.4.0"
pytest-env = "==0.6.2"
pytest-mock = "==3.6.1"
pytest-randomly = "==3.10.3"
pytest-sugar = "==0.9.4"
pytest-asyncio = "==0.15.1"
requests-mock = "==1.9.3"
Faker = "==8.16.0"
2022-01-29 12:07:29 +00:00
coverage = "==5.5"
django-coverage-plugin = "==2.0.2"
factory-boy = "==3.2.1"
django-debug-toolbar = "==3.2.4"
asynctest = "==0.13.0"
aioresponses = "==0.7.3"
prompt-toolkit = "==3.0.26"
black = "==21.12b0"
ipdb = "==0.13.9"
drf-spectacular = "0.21.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"