- Common library was removed one way or another

- Processor Catalog now required
This commit is contained in:
Josako
2025-05-08 15:47:39 +02:00
parent 4c480c9baa
commit a421977918
4 changed files with 9 additions and 2 deletions

7
scripts/find_requirements.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
rm -fr temp_requirements/*
for component in common eveai_app eveai_api eveai_workers eveai_chat_workers eveai_entitlements eveai_beat; do
pipreqs $component/ --savepath temp_requirements/$component.txt
done