# Requirements for the NuCore AI project
#*** IMPORTANT: for  FreeBSD systems
#* Therefore, for FreeBSD systems only, please install hnswlib manually:
#** pip3 install --no-cache-dir --no-build-isolation hnswlib 
#** Include the same in the install.sh script used for plugin deployment

#* For development create .venv with access to system site packages:
#** python -m venv .venv --system-site-packages
#* For deployment, use the install.sh script provided in the plugin root directory and install these packages:
#** pip3 install --no-cache-dir --no-build-isolation hnswlib 

# to install site packages in .env:
# python3 -m venv --system-site-packages .env


requests
openai
numpy
httpx
APScheduler>=3.10,<4.0
astral>=2.2
aiohttp>=3.9
pytest-asyncio
fastapi
uvicorn[standard]
udi_interface
websockets