Update the requirements files and the changelog.
continuous-integration/drone Build is passing Details

dev
KKlochko 3 months ago
parent 62ff10dec4
commit 0b723c8770

@ -61,4 +61,7 @@
Added *show all* option for Source.
** 0.8.16 <2023-07-01 Sat>
Added *show all* option for Group.
** 1.0.0 <2025-02-02 Sun>
Rewrite the application to update the architecture.
Updated Groups temporary removed.

@ -4,6 +4,9 @@ click==8.1.3 ; python_version >= "3.10" and python_version < "4.0" \
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
injector==0.22.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:74379ccef3b893bc7d0b7d504c255b5160c5a55e97dc7bdcc73cb33cc7dce3a1 \
--hash=sha256:79b2d4a0874c75d3aa735f11c5b32b89d9542711ca07071161882c5e9cc15ed6
markdown-it-py==2.2.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30 \
--hash=sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1

@ -7,6 +7,12 @@ click==8.1.3 ; python_version >= "3.10" and python_version < "4.0" \
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
faker==35.0.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:42f2da8cf561e38c72b25e9891168b1e25fec42b6b0b5b0b6cd6041da54af885 \
--hash=sha256:926d2301787220e0554c2e39afc4dc535ce4b0a8d0a089657137999f66334ef4
injector==0.22.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:74379ccef3b893bc7d0b7d504c255b5160c5a55e97dc7bdcc73cb33cc7dce3a1 \
--hash=sha256:79b2d4a0874c75d3aa735f11c5b32b89d9542711ca07071161882c5e9cc15ed6
markdown-it-py==2.2.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30 \
--hash=sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1
@ -30,6 +36,9 @@ pyfzf==0.3.1 ; python_version >= "3.10" and python_version < "4.0" \
pygments==2.14.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297 \
--hash=sha256:fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
rich==13.3.1 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:125d96d20c92b946b983d0d392b84ff945461e5a06d3867e9f9e575f8697b67f \
--hash=sha256:8aa57747f3fc3e977684f0176a88e789be314a99f99b43b75d1e9cb5dc6db9e9
@ -39,3 +48,6 @@ six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" \
typer==0.7.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:b5e704f4e48ec263de1c0b3a2387cd405a13767d2f907f44c1a08cbad96f606d \
--hash=sha256:ff797846578a9f2a201b53442aedeb543319466870fbe1c701eab66dd7681165
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8

Loading…
Cancel
Save