You've already forked Travel-Agent
init: Initial project setup
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
black
|
||||
mypy
|
||||
sort-requirements
|
||||
|
||||
-r prod.txt
|
||||
-r tests.txt
|
||||
-r lints.txt
|
||||
@@ -0,0 +1,19 @@
|
||||
flake8-absolute-import
|
||||
flake8-bugbear
|
||||
flake8-builtins
|
||||
flake8-clean-block
|
||||
flake8-commas
|
||||
flake8-comments
|
||||
flake8-comprehensions
|
||||
flake8-dunder-all
|
||||
flake8-eradicate
|
||||
flake8-expression-complexity
|
||||
flake8-fixme
|
||||
flake8-import-order
|
||||
flake8-print
|
||||
flake8-quotes
|
||||
flake8-return
|
||||
flake8-type-ignore
|
||||
flake8-use-pathlib
|
||||
flake8_implicit_str_concat
|
||||
pep8-naming
|
||||
@@ -0,0 +1,5 @@
|
||||
aiogram==3.4.1
|
||||
alembic==1.13.1
|
||||
psycopg2-binary==2.9.9
|
||||
python-dotenv==1.0.1
|
||||
sqlalchemy==2.0.28
|
||||
Reference in New Issue
Block a user