feat: Reorganized project, added user registration, throttling middleware, help command, profile command

This commit is contained in:
ITQ
2024-03-20 20:53:43 +03:00
parent 7086a1cf52
commit 6d755490d6
21 changed files with 603 additions and 44 deletions
-1
View File
@@ -13,7 +13,6 @@ flake8-import-order
flake8-print
flake8-quotes
flake8-return
flake8-type-ignore
flake8-use-pathlib
flake8_implicit_str_concat
pep8-naming
+2
View File
@@ -1,5 +1,7 @@
aiogram==3.4.1
alembic==1.13.1
cachetools==5.3.3
geopy==2.4.1
psycopg2-binary==2.9.9
python-dotenv==1.0.1
sqlalchemy==2.0.28