You've already forked Travel-Agent
feat: Reorganized project, added user registration, throttling middleware, help command, profile command
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user