funkwhale/api/pyproject.toml

88 wiersze
2.1 KiB
TOML
Czysty Zwykły widok Historia

[tool.poetry]
name = "Funkwhale"
version = "1.2.6"
description = ""
authors = ["Funkwhale Collective"]
license = "GNU AGPLv3"
[tool.poetry.dependencies]
python = "^3.7"
Django = "==3.2.14"
setuptools = "==61.3.1"
django-environ = "==0.9.0"
Pillow = "==9.2.0"
2022-01-29 12:07:29 +00:00
django-allauth = "==0.42.0"
psycopg2 = "==2.9.3"
pytz = "==2022.1"
django-redis = "==5.2.0"
redis = "==4.1.4"
kombu = "==5.2.4"
celery = "==5.2.7"
django-cors-headers = "==3.13.0"
2022-01-29 12:07:29 +00:00
musicbrainzngs = "==0.7.1"
djangorestframework = "==3.13.1"
2022-02-01 17:07:37 +00:00
arrow = "==1.2.2"
persisting-theory = "==1.0"
2022-01-29 12:07:29 +00:00
django-versatileimagefield = "==2.2"
django-filter = "==21.1"
2022-01-29 12:07:29 +00:00
django-rest-auth = "==0.9.5"
mutagen = "==1.45.1"
django-dynamic-preferences = "==1.13.0"
python-magic = "==0.4.27"
channels = "==3.0.5"
channels-redis = "==3.4.1"
2022-01-29 12:07:29 +00:00
gunicorn = "==20.1.0"
cryptography = "==36.0.2"
django-cleanup = "==6.0.0"
2022-02-01 11:36:55 +00:00
requests = "==2.27.1"
2022-02-03 07:47:12 +00:00
pyOpenSSL = "21.0.0"
2022-01-29 12:07:29 +00:00
pydub = "==0.25.1"
PyLD = "==2.0.3"
aiohttp = "==3.8.1"
django-oauth-toolkit = "==1.7.1"
django-storages = "==1.12.3"
boto3 = "==1.24.31"
2022-01-29 12:07:29 +00:00
unicode-slugify = "==0.1.5"
django-cacheops = "==6.1"
2022-01-29 12:07:29 +00:00
service-identity = "==21.1.0"
click = "==8.1.3"
Markdown = "==3.3.7"
bleach = "==4.1.0"
feedparser = "==6.0.10"
watchdog = "==2.1.9"
asgiref = "==3.5.2" #1516
ipython = "==7.34.0"
python-ldap = { git = "https://github.com/python-ldap/python-ldap.git" }
django-auth-ldap = "==4.1.0"
uvicorn = {version = "==0.17.6", extras = ["standard"]}
django-cache-memoize = "0.1.10"
requests-http-message-signatures = "==0.3.1"
drf-spectacular = "==0.22.1"
[tool.poetry.dev-dependencies]
2022-01-29 12:07:29 +00:00
flake8 = "==3.9.2"
pytest = "==7.1.2"
2022-02-03 00:12:58 +00:00
pytest-cov = "==3.0.0"
pytest-django = "==4.5.2"
2022-01-29 12:07:29 +00:00
pytest-env = "==0.6.2"
pytest-mock = "==3.8.1"
pytest-randomly = "==3.12.0"
2022-01-29 12:07:29 +00:00
pytest-sugar = "==0.9.4"
pytest-asyncio = "==0.18.3"
2022-01-29 12:07:29 +00:00
requests-mock = "==1.9.3"
Faker = "==13.14.0"
coverage = "==6.4.1"
django-coverage-plugin = "==2.0.3"
2022-01-29 12:07:29 +00:00
factory-boy = "==3.2.1"
django-debug-toolbar = "==3.5.0"
2022-01-29 12:07:29 +00:00
asynctest = "==0.13.0"
aioresponses = "==0.7.3"
prompt-toolkit = "==3.0.30"
black = "==22.6.0"
2022-01-29 12:07:29 +00:00
ipdb = "==0.13.9"
debugpy = "==1.6.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"