File: local-base.txt

package info (click to toggle)
python-django-structlog 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,004 kB
  • sloc: python: 3,509; sh: 206; javascript: 79; makefile: 19
file content (56 lines) | stat: -rw-r--r-- 2,385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
pytz==2025.2  # https://github.com/stub42/pytz
python-slugify==8.0.4  # https://github.com/un33k/python-slugify

# Django
# ------------------------------------------------------------------------------
django==5.2.0  # https://www.djangoproject.com/
django-environ==0.12.0  # https://github.com/joke2k/django-environ
django-model-utils==5.0.0  # https://github.com/jazzband/django-model-utils
django-allauth==65.6.0  # https://github.com/pennersr/django-allauth
django-crispy-forms==2.3  # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==2025.4 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-redis==5.4.0  # https://github.com/niwinz/django-redis
asgiref==3.8.1 # https://github.com/django/asgiref

# Django REST Framework
djangorestframework==3.16.0  # https://github.com/encode/django-rest-framework
coreapi==2.3.3  # https://github.com/core-api/python-client

# django-ninja
django-ninja==1.3.0  # https://github.com/vitalik/django-ninja

structlog==25.2.0
colorama==0.4.6
django-ipware==7.0.1

Werkzeug==3.1.3  # https://github.com/pallets/werkzeug
ipdb==0.13.13  # https://github.com/gotcha/ipdb
psycopg[binary]==3.2.6 # https://github.com/psycopg/psycopg

# Testing
# ------------------------------------------------------------------------------
pytest==8.3.5   # https://github.com/pytest-dev/pytest
pytest-sugar==1.0.0  # https://github.com/Frozenball/pytest-sugar
pytest-cov==6.1.1
pytest-asyncio==0.26.0 # https://github.com/pytest-dev/pytest-asyncio
pytest-mock==3.14.0 # https://github.com/pytest-dev/pytest-mock

# Code quality
# ------------------------------------------------------------------------------
-r ruff.txt
-r coverage.txt
-r black.txt
pylint-django==2.6.1  # https://github.com/PyCQA/pylint-django
pylint-celery==0.3  # https://github.com/PyCQA/pylint-celery

# Django
# ------------------------------------------------------------------------------
factory-boy==3.3.3  # https://github.com/FactoryBoy/factory_boy

django-extensions==3.2.3  # https://github.com/django-extensions/django-extensions
django-coverage-plugin==3.1.0  # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.11.1  # https://github.com/pytest-dev/pytest-django

# pre-commit
# ------------------------------------------------------------------------------
pre-commit==4.2.0  # https://github.com/pre-commit/pre-commit