aboutsummaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-11 16:06:38 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-11 16:06:38 +0100
commitb38e4abf1712cc69db6a164425a99e3cad6d138e (patch)
tree29aa622ffc7999c532277a628b8ad490eaae0f69 /requirements
parenta9a6896ef50b3d1621c210159a48c4a9267e7e5c (diff)
Shift to uv for dependencies and virtualenv building
Diffstat (limited to 'requirements')
-rw-r--r--requirements/local.txt223
1 files changed, 185 insertions, 38 deletions
diff --git a/requirements/local.txt b/requirements/local.txt
index cc28a20..a4557d6 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -1,39 +1,186 @@
--r production.txt
-
-Werkzeug[watchdog]==3.0.2 # https://github.com/pallets/werkzeug
-ipdb==0.13.13 # https://github.com/gotcha/ipdb
-psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg
-watchfiles==0.21.0 # https://github.com/samuelcolvin/watchfiles
+# This file was autogenerated by uv via the following command:
+# uv pip compile pyproject.toml -o requirements/local.txt
+amqp==5.2.0
+ # via kombu
+anyio==4.4.0
+ # via watchfiles
+argon2-cffi==23.1.0
+ # via pyblackbird-cc (pyproject.toml)
+argon2-cffi-bindings==21.2.0
+ # via argon2-cffi
+asgiref==3.8.1
+ # via django
+async-timeout==4.0.3
+ # via redis
+billiard==4.2.0
+ # via celery
+boto3==1.34.89
+ # via pyblackbird-cc (pyproject.toml)
+botocore==1.34.162
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # boto3
+ # s3transfer
+celery==5.4.0
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # django-celery-beat
+ # flower
+certifi==2024.8.30
+ # via requests
+cffi==1.17.1
+ # via argon2-cffi-bindings
+charset-normalizer==3.3.2
+ # via requests
+click==8.1.7
+ # via
+ # celery
+ # click-didyoumean
+ # click-plugins
+ # click-repl
+click-didyoumean==0.3.1
+ # via celery
+click-plugins==1.1.1
+ # via celery
+click-repl==0.3.0
+ # via celery
+crispy-bootstrap5==2024.2
+ # via pyblackbird-cc (pyproject.toml)
+cron-descriptor==1.4.5
+ # via django-celery-beat
+django==5.0.4
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # crispy-bootstrap5
+ # django-allauth
+ # django-celery-beat
+ # django-crispy-forms
+ # django-model-utils
+ # django-redis
+ # django-storages
+ # django-timezone-field
+django-allauth==0.62.1
+ # via pyblackbird-cc (pyproject.toml)
+django-celery-beat==2.6.0
+ # via pyblackbird-cc (pyproject.toml)
+django-crispy-forms==2.1
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # crispy-bootstrap5
+django-environ==0.11.2
+ # via pyblackbird-cc (pyproject.toml)
+django-model-utils==4.5.1
+ # via pyblackbird-cc (pyproject.toml)
+django-redis==5.4.0
+ # via pyblackbird-cc (pyproject.toml)
+django-storages==1.14.3
+ # via pyblackbird-cc (pyproject.toml)
+django-timezone-field==7.0
+ # via django-celery-beat
+flower==2.0.1
+ # via pyblackbird-cc (pyproject.toml)
+hiredis==2.3.2
+ # via pyblackbird-cc (pyproject.toml)
+humanize==4.10.0
+ # via flower
+idna==3.8
+ # via
+ # anyio
+ # requests
+jmespath==1.0.1
+ # via
+ # boto3
+ # botocore
+kombu==5.4.1
+ # via celery
+markdown==3.6
+ # via pyblackbird-cc (pyproject.toml)
+markupsafe==2.1.5
+ # via werkzeug
+pdf2image==1.17.0
+ # via pyblackbird-cc (pyproject.toml)
+pillow==10.3.0
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # pdf2image
+prometheus-client==0.20.0
+ # via flower
+prompt-toolkit==3.0.47
+ # via click-repl
+psycopg==3.1.19
+ # via pyblackbird-cc (pyproject.toml)
+psycopg-c==3.1.19
+ # via psycopg
+pycparser==2.22
+ # via cffi
+pypdf2==3.0.1
+ # via pyblackbird-cc (pyproject.toml)
+pypng==0.20220715.0
+ # via qrcode
+python-crontab==3.2.0
+ # via django-celery-beat
+python-dateutil==2.9.0.post0
+ # via
+ # botocore
+ # celery
+ # python-crontab
+python-dotenv==1.0.1
+ # via pyblackbird-cc (pyproject.toml)
+python-magic==0.4.27
+ # via pyblackbird-cc (pyproject.toml)
+python-slugify==8.0.4
+ # via pyblackbird-cc (pyproject.toml)
+pytz==2024.2
+ # via flower
+qrcode==7.4.2
+ # via django-allauth
+redis==5.0.4
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # django-redis
+requests==2.32.3
+ # via stripe
+s3transfer==0.10.2
+ # via boto3
+six==1.16.0
+ # via python-dateutil
+sniffio==1.3.1
+ # via anyio
+sqlparse==0.5.0
+ # via
+ # pyblackbird-cc (pyproject.toml)
+ # django
stripe==10.10.0
-
-# Testing
-# ------------------------------------------------------------------------------
-mypy==1.7.1 # https://github.com/python/mypy
-django-stubs[compatible-mypy]==4.2.7 # https://github.com/typeddjango/django-stubs
-pytest==8.2.0 # https://github.com/pytest-dev/pytest
-pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
-
-# Debugging
-pdbpp==0.10.3
-
-# Documentation
-# ------------------------------------------------------------------------------
-sphinx==7.3.7 # https://github.com/sphinx-doc/sphinx
-sphinx-autobuild==2024.4.16 # https://github.com/GaretJax/sphinx-autobuild
-
-# Code quality
-# ------------------------------------------------------------------------------
-ruff==0.4.4 # https://github.com/astral-sh/ruff
-coverage==7.5.1 # https://github.com/nedbat/coveragepy
-djlint==1.34.1 # https://github.com/Riverside-Healthcare/djLint
-pre-commit==3.7.1 # https://github.com/pre-commit/pre-commit
-
-# Django
-# ------------------------------------------------------------------------------
-factory-boy==3.3.0 # https://github.com/FactoryBoy/factory_boy
-
-django-debug-toolbar==4.3.0 # https://github.com/jazzband/django-debug-toolbar
-django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugin
-pytest-django==4.8.0 # https://github.com/pytest-dev/pytest-django
-
-botocore~=1.34.93
+ # via pyblackbird-cc (pyproject.toml)
+text-unidecode==1.3
+ # via python-slugify
+tornado==6.4.1
+ # via flower
+typing-extensions==4.12.2
+ # via
+ # psycopg
+ # qrcode
+ # stripe
+tzdata==2024.1
+ # via
+ # celery
+ # django-celery-beat
+urllib3==2.2.2
+ # via
+ # botocore
+ # requests
+vine==5.1.0
+ # via
+ # amqp
+ # celery
+ # kombu
+watchdog==5.0.2
+ # via werkzeug
+watchfiles==0.21.0
+ # via pyblackbird-cc (pyproject.toml)
+wcwidth==0.2.13
+ # via prompt-toolkit
+werkzeug==3.0.2
+ # via pyblackbird-cc (pyproject.toml)
+whitenoise==6.6.0
+ # via pyblackbird-cc (pyproject.toml)