File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog #
22
3+ ## Version 3.11.0 ##
4+
5+ 💥 New features:
6+
7+ * New ` utils.genreqs ` module for generating installation requirements files:
8+ * Function ` generate_requirements_txt ` generates a ` requirements.txt ` file
9+ * Function ` generate_requirements_rst ` generates a ` requirements.rst ` file
10+ * The module is used by the new command line script ` guidata-genreqs `
11+
312## Version 3.10.0 ##
413
514💥 New features:
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ guidata-tests = "guidata.tests:run"
4646
4747[project .scripts ]
4848guidata-translations = " guidata.utils.translations:main"
49+ guidata-genreqs = " guidata.utils.genreqs:main"
4950
5051[project .optional-dependencies ]
5152qt = [" PyQt5>=5.11" ]
You can’t perform that action at this time.
0 commit comments