Files
wger/requirements_dev.txt
Roland Geider b2573c675f Remove unused generator.py and corresponding files
This is now handled in individual scripts

Closes #919
2023-11-26 12:17:01 +01:00

22 lines
336 B
Plaintext

#
# Requirements for wger during development only
#
# Regular packages
-r requirements.txt
# Building/installing
wheel==0.41.3
# for ingredient import script from OFF
pymongo==4.6.0
# for running the dummy entry generators
faker==20.1.0
# Development packages
coverage==7.3.2
django-debug-toolbar==4.2.0
tblib==3.0.0
isort==5.12.0