diff options
| author | alex <alex@pdp7.net> | 2025-04-26 18:12:45 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-04-26 18:27:22 +0200 |
| commit | 63a77d4fcabe403ee6688384b4a71bc9dc81e737 (patch) | |
| tree | d21daf57ae96d7b1c8d564b81b02177c508becaa /scripts/pyproject.toml | |
| parent | 91e9af4495a9317b1186375f247324a72f0ee011 (diff) | |
Update scripts
- Remove Bitwarden download, ubpkg can do it
- Remove newsboat, zfs scripts
- Remove appdirs
- Migrate to new Bitwarden server
- Some fixes
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index c775609b..69b6ab26 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -6,8 +6,7 @@ authors = ["alex <alex@pdp7.net>"] [tool.poetry.dependencies] python = "^3.9" -appdirs = "^1.4.4" -httpx = "^0.25.0" +httpx = "^0.28.1" [build-system] @@ -17,7 +16,6 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] ruscreen = 'p7s.ruscreen:main' -newsboat = 'p7s.newsboat:main' mbsync_config = 'p7s.mail:generate_config' db-create = 'p7s.distrobox:create' db-enter = 'p7s.distrobox:enter' @@ -30,4 +28,3 @@ setup_emacs = 'p7s.emacs:setup_emacs' setup_ubpkg = 'p7s.ubpkg:setup_ubpkg' setup_paperwm = 'p7s.paperwm:setup_paperwm' setup_x12 = 'p7s.x12:setup_x12' -update_zfs = 'p7s.zfs:update_zfs' |
