aletrn commited on
Commit
1049499
1 Parent(s): d4f3d89

doc: update Changelog.md, add docs about get_dependencies_freeze() from samgis-core

Browse files
docs/Changelog.md CHANGED
@@ -1,5 +1,11 @@
1
  # Changelog
2
 
 
 
 
 
 
 
3
  ## Version 1.6.7
4
 
5
  - Update samgis-core = 3.0.8, samgis-web = 1.0.9
 
1
  # Changelog
2
 
3
+ ## Version 1.6.8
4
+
5
+ - Update samgis-core = 3.0.9, samgis-web = 1.0.10
6
+ - now in samgis-core there is get_dependencies_freeze(), a function that write an updated requirements.txt starting
7
+ from current installed packages
8
+
9
  ## Version 1.6.7
10
 
11
  - Update samgis-core = 3.0.8, samgis-web = 1.0.9
docs/samgis_core.utilities.rst CHANGED
@@ -60,6 +60,14 @@ samgis\_core.utilities.type\_hints module
60
  :undoc-members:
61
  :show-inheritance:
62
 
 
 
 
 
 
 
 
 
63
  samgis\_core.utilities.utilities module
64
  ---------------------------------------
65
 
 
60
  :undoc-members:
61
  :show-inheritance:
62
 
63
+ samgis\_core.utilities.update\_requirements\_txt module
64
+ -------------------------------------------------------
65
+
66
+ .. automodule:: samgis_core.utilities.update_requirements_txt
67
+ :members:
68
+ :undoc-members:
69
+ :show-inheritance:
70
+
71
  samgis\_core.utilities.utilities module
72
  ---------------------------------------
73