mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.1 to 4.9.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.1...4.9.1) --- updated-dependencies: - dependency-name: pymongo 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.44.0
|
|
|
|
# for ingredient import script from OFF
|
|
pymongo==4.9.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.6.2
|
|
tblib==3.0.0
|