- FBA now requires Python 3.11
- updated documentation accordingly
- removed fastapi and uvicorn requirements, your distribution must now provide
it
- removed jinja2 and requests
- ignore entire venv/ directory, contains local paths
*.log
# Virtual environment
-venv/bin/
-venv/include/
-venv/lib/
-venv/lib64
+venv/*
## software used:
-- python 3.10.2
+- python 3.11+
+- distribution's own:
+ - python3-fastapi (and all dependencies)
+ - python3-jinja2
## Installation
# Clone code
git clone git://git.mxchange.org/fba.git
+# Change to fba:
+cd fba
+
# You MUST create a virtual environment:
-python3 -m venv venv
+python3 -m venv --system-site-packages venv
# Add this to your ~/.bashrc file
source "${HOME}/fba/venv/bin/activate"
argparse
atoma
beautifulsoup4
-fastapi
-jinja2
markdown
reqto
-requests
-uvicorn
validators
zc.lockfile
+++ /dev/null
-home = /usr/bin
-include-system-site-packages = true
-version = 3.11.2
-executable = /usr/bin/python3.11
-command = /usr/bin/python3 -m venv /home/fba/fba/venv