mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
19 lines
280 B
Plaintext
19 lines
280 B
Plaintext
#
|
|
# Requirements for wger during development only
|
|
#
|
|
|
|
# Regular packages
|
|
-r requirements.txt
|
|
|
|
# Building/installing
|
|
wheel==0.41.2
|
|
|
|
# for ingredient import script from OFF
|
|
pymongo==4.5.0
|
|
|
|
# Development packages
|
|
coverage==7.3.2
|
|
django-debug-toolbar==4.2.0
|
|
tblib==2.0.0
|
|
isort==5.12.0
|