Skip to content
/ base-python-app Public template

Template for Python Application with FastAPI

License

Notifications You must be signed in to change notification settings

ntj125app/base-python-app

Repository files navigation

How to generate requirements.txt

use pip freeze > requirements.txt

How to upgrade packages

use python -m pip_review --auto

Install PIP Requirements

use pip install -r requirements.txt

Install tools

use pip install pipreqs pip_review autopep8

Updated Libs

20 Nov 2024