mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.8 to 0.5.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.8...0.5.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
371 B
Plaintext
24 lines
371 B
Plaintext
#
|
|
# Requirements for wger during development only
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
# Building/installing
|
|
wheel==0.43.0
|
|
|
|
# for ingredient import script from OFF
|
|
pymongo==4.7.1
|
|
|
|
# for running the dummy entry generators
|
|
faker==26.0.0
|
|
|
|
# Development packages
|
|
django-extensions~=3.2
|
|
coverage==7.5.4
|
|
django-debug-toolbar==4.4.5
|
|
isort==5.13.2
|
|
ruff==0.5.4
|
|
tblib==3.0.0
|