- Common library was removed one way or another
- Processor Catalog now required
This commit is contained in:
7
scripts/find_requirements.sh
Executable file
7
scripts/find_requirements.sh
Executable 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
|
||||
Reference in New Issue
Block a user