mirror of
https://github.com/Newnetirc/gptircbot.git
synced 2026-01-23 23:20:19 +00:00
Add initial requirements for Python project
This commit is contained in:
committed by
GitHub
parent
7cf8ea9c44
commit
9b62c76677
8
requirements.txt
Normal file
8
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user