mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [faker](https://github.com/joke2k/faker) from 23.2.1 to 24.0.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v23.2.1...v24.0.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
348 B
Plaintext
23 lines
348 B
Plaintext
#
|
|
# Requirements for wger during development only
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
# Building/installing
|
|
wheel==0.42.0
|
|
|
|
# for ingredient import script from OFF
|
|
pymongo==4.6.1
|
|
|
|
# for running the dummy entry generators
|
|
faker==24.0.0
|
|
|
|
# Development packages
|
|
coverage==7.4.1
|
|
django-debug-toolbar==4.3.0
|
|
isort==5.13.2
|
|
ruff==0.3.0
|
|
tblib==3.0.0
|