version with pydantic inheritance passing all the tests
This commit is contained in:
21
requirements.txt
Normal file
21
requirements.txt
Normal file
@ -0,0 +1,21 @@
|
||||
databases[sqlite]
|
||||
pydantic
|
||||
sqlalchemy
|
||||
|
||||
# Testing
|
||||
pytest
|
||||
pytest-cov
|
||||
codecov
|
||||
pytest-asyncio
|
||||
fastapi
|
||||
flake8
|
||||
flake8-black
|
||||
flake8-bugbear
|
||||
flake8-import-order
|
||||
flake8-bandit
|
||||
flake8-annotations
|
||||
flake8-builtins
|
||||
flake8-variables-names
|
||||
flake8-cognitive-complexity
|
||||
flake8-functions
|
||||
flake8-expression-complexity
|
||||
Reference in New Issue
Block a user