add missing deps

This commit is contained in:
2025-05-19 11:58:02 -07:00
parent b18faec312
commit adb7f61436
2 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,9 @@
]; ];
}) })
bleach bleach
pyaml
requests
requests_toolbelt
validators validators
]; ];
}; };

View File

@ -1,3 +1,7 @@
hy>=1 hy>=1
hyrule>=1
bleach>=6.2.0 bleach>=6.2.0
pyaml>=25.1.0
requests>=2.32.3
requests-toolbelt>=1
validators>=0.34.0 validators>=0.34.0