Add initial requirements for Python project

This commit is contained in:
deepend-tildeclub 2025-09-10 08:47:35 -06:00 committed by GitHub
parent 7cf8ea9c44
commit 9b62c76677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

8
requirements.txt Normal file
View File

@ -0,0 +1,8 @@
# Python 3.11+
openai>=1.42.0
pydantic>=2.8.2
pydantic-settings>=2.4.0
python-dotenv>=1.0.1
structlog>=24.1.0
uvloop>=0.20.0; sys_platform != 'win32'
backoff>=2.2.1