Updates for Poetry 1.2.0

Also:
- Export only dev requirements to `lib/galaxy/dependencies/dev-requirements.txt` .
- Packages don't have a `requirements.txt` file.
This commit is contained in:
Nicola Soranzo
2022-09-05 17:23:18 +01:00
parent 2d14fdf1ba
commit 0df5c9a5fb
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ docs: ## Generate HTML documentation.
# Run following commands to setup the Python portion of the requirements:
# $ ./scripts/common_startup.sh
# $ . .venv/bin/activate
# $ pip install -r lib/galaxy/dependencies/dev-requirements.txt
# $ pip install -r requirements.txt -r lib/galaxy/dependencies/dev-requirements.txt
$(IN_VENV) $(MAKE) -C doc clean
$(IN_VENV) $(MAKE) -C doc html