FreshPixels commited on
Commit
737ae4c
·
verified ·
1 Parent(s): 1b55290

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pydantic>=2.5.0,<3.0.0
2
+ pydantic-settings>=2.1.0,<3.0.0
3
+ structlog>=24.1.0,<25.0.0
4
+ aiohttp>=3.9.0,<4.0.0
5
+ openai>=1.0.0,<2.0.0
6
+ tenacity>=8.2.0,<9.0.0