This project uses Poetry to manage Python dependencies.
Useful links:
Useful commands:
poetry add <package>to add new dependencypoetry installto install dependenciespoetry shellto run in a virtual environment
NOTE: You will need to run most of these commands in a virtual env created by Poetry
make devwill run a dev server that will automatically restart on fs changesmake lintwill runpylintmake typecheckwill runmypymake formatwill runblackformatter
fastapiaiodocker
TODO
See fireball/config.py for configuration variables
You can see swagger schema at /docs when running the dev server