[pip-tools](https://github.com/jazzband/pip-tools) helps making builds deterministic, controlling deps (and indirect deps) upgrades (and versions consistency) avoiding unexpected (and potentially breaking) changes. We keep our direct deps in `requirements.in` from which we generate the `requirements.txt` (where *all* deps are pinned). We also constrain dev (and enterprise) deps based on base requirements. Check how to [update deps](https://github.com/jazzband/pip-tools?tab=readme-ov-file#updating-requirements).
16 lines
405 B
Text
16 lines
405 B
Text
-c requirements.txt
|
|
celery-types==0.18.0
|
|
django-filter-stubs==0.1.3
|
|
django-stubs[compatible-mypy]==4.2.2
|
|
djangorestframework-stubs[compatible-mypy]==3.14.2
|
|
httpretty==1.1.4
|
|
mypy==1.4.1
|
|
pre-commit==2.15.0
|
|
pytest==7.3.1
|
|
pytest-django==4.5.2
|
|
pytest-xdist[psutil]==3.5.0
|
|
pytest_factoryboy==2.5.1
|
|
types-beautifulsoup4==4.12.0.5
|
|
types-PyMySQL==1.0.19.7
|
|
types-python-dateutil==2.8.19.13
|
|
types-requests==2.31.0.1
|