commit 206c913a9fbd96fb79031d172413fde029f45f76 Author: Vlad Doloman Date: Mon Jun 22 18:39:30 2026 +0300 chore: project bootstrap diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..dbeabbc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +fastapi +uvicorn[standard] +pytest +pytest-asyncio diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29