243 B
243 B
integrate
does what nobody else want's to do.
Development
Getting Started
python3 -m venv env
. ./env/bin/activate
pip3 install -r requirements.txt
./env/bin/uvicorn app.main:app --reload
pip freeze -l > requirements.txt