diff options
author | crupest <crupest@outlook.com> | 2024-08-16 00:08:53 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-16 22:54:20 +0800 |
commit | 790a3bc0f9d71ca1b8effe4508046275c999ab2f (patch) | |
tree | d5548dbd990f3318804cc6a1a1df3370834be223 /tools | |
parent | 2ea9e57b504f38425cdd118ea8ea3460bfedb760 (diff) | |
download | crupest-790a3bc0f9d71ca1b8effe4508046275c999ab2f.tar.gz crupest-790a3bc0f9d71ca1b8effe4508046275c999ab2f.tar.bz2 crupest-790a3bc0f9d71ca1b8effe4508046275c999ab2f.zip |
feat(aio): clean project files.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/aio/.gitignore | 5 | ||||
-rw-r--r-- | tools/aio/requirements.txt | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/tools/aio/.gitignore b/tools/aio/.gitignore index 229355c..6b75623 100644 --- a/tools/aio/.gitignore +++ b/tools/aio/.gitignore @@ -1,3 +1,2 @@ -docker-mailserver-setup.sh -coscli -coscli.log
\ No newline at end of file +.idea +venv
\ No newline at end of file diff --git a/tools/aio/requirements.txt b/tools/aio/requirements.txt new file mode 100644 index 0000000..2fb5657 --- /dev/null +++ b/tools/aio/requirements.txt @@ -0,0 +1,3 @@ +rich +jsonschema +cryptography |