mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/django-commons/django-debug-toolbar/releases) - [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst) - [Commits](https://github.com/django-commons/django-debug-toolbar/compare/5.0.1...5.1.0) --- updated-dependencies: - dependency-name: django-debug-toolbar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
372 B
Plaintext
24 lines
372 B
Plaintext
#
|
|
# Requirements for wger during development only
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
# Building/installing
|
|
wheel==0.45.1
|
|
|
|
# for ingredient import script from OFF
|
|
pymongo==4.11.2
|
|
|
|
# for running the dummy entry generators
|
|
faker==37.0.2
|
|
|
|
# Development packages
|
|
django-extensions~=3.2
|
|
coverage==7.7.0
|
|
django-debug-toolbar==5.1.0
|
|
isort==6.0.1
|
|
ruff==0.11.0
|
|
tblib==3.0.0
|