Files
wger/requirements_dev.txt
dependabot[bot] 4c5fdb5152 Bump coverage from 6.3.1 to 6.3.2
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.1 to 6.3.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.3.1...6.3.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-21 23:00:41 +00:00

19 lines
280 B
Plaintext

#
# Requirements for wger during development only
#
# Regular packages
-r requirements.txt
# Building/installing
wheel==0.37.1
# for ingredient import script from OFF
pymongo==4.0.1
# Development packages
coverage==6.3.2
django-debug-toolbar==3.2.4
tblib==1.7.0
isort==5.10.1