- Simplified requirements.txt by removing specific version constraints - Added comment about extra library installation using pipmaster - Improved code formatting in base.py, operate.py, and postgres_impl.py - Cleaned up SQL templates and query method signatures with consistent formatting
18 lines
192 B
Plaintext
18 lines
192 B
Plaintext
aiohttp
|
|
configparser
|
|
future
|
|
|
|
# Basic modules
|
|
gensim
|
|
pipmaster
|
|
pydantic
|
|
python-dotenv
|
|
|
|
setuptools
|
|
tenacity
|
|
|
|
# LLM packages
|
|
tiktoken
|
|
|
|
# Extra libraries are installed when needed using pipmaster
|