From 92895a4b9abb8499b99d2ffa634cf5e7bc6381d8 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sun, 12 Nov 2023 14:52:15 +0300 Subject: [PATCH] Added alembic to reqs --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3e78587..0865abd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ aiogram==3.1.1 aioschedule @ https://github.com/AleksHeller/python-aioschedule/archive/refs/heads/master.zip python-dotenv==1.0.0 SQLAlchemy==2.0.22 +alembic==1.12.1 \ No newline at end of file