From 45353c87c22613735bc81be8eaa985ce6acddf7a Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 26 Sep 2023 14:58:27 +0200 Subject: Moved locales folder and requirements.txt --- backend/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 backend/requirements.txt (limited to 'backend/requirements.txt') diff --git a/backend/requirements.txt b/backend/requirements.txt new file mode 100644 index 00000000..326a924c --- /dev/null +++ b/backend/requirements.txt @@ -0,0 +1,5 @@ +aiohttp==3.8.4 +aiohttp-jinja2==1.5.1 +aiohttp_cors==0.7.0 +watchdog==2.1.7 +certifi==2023.7.22 -- cgit v1.2.3