mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-16 21:05:17 +00:00
Less restrictive requirements.txt
This commit is contained in:
parent
f619d60a78
commit
f6a48c4c8b
1 changed files with 13 additions and 13 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
dynaconf~=3.1.12
|
dynaconf~=3.1.12
|
||||||
fastapi==0.99.0
|
fastapi~=0.99.0
|
||||||
PyGithub==1.59.*
|
PyGithub~=1.59.*
|
||||||
retry==0.9.2
|
retry~=0.9.2
|
||||||
openai==0.27.8
|
openai~=0.27.8
|
||||||
Jinja2==3.1.2
|
Jinja2~=3.1.2
|
||||||
tiktoken==0.4.0
|
tiktoken~=0.4.0
|
||||||
uvicorn==0.22.0
|
uvicorn~=0.22.0
|
||||||
python-gitlab==3.15.0
|
python-gitlab~=3.15.0
|
||||||
pytest~=7.4.0
|
pytest~=7.4.0
|
||||||
aiohttp~=3.8.4
|
aiohttp~=3.8.4
|
||||||
atlassian-python-api==3.39.0
|
atlassian-python-api~=3.39.0
|
||||||
GitPython~=3.1.32
|
GitPython~=3.1.32
|
||||||
PyYAML==6.0
|
PyYAML~=6.0
|
||||||
starlette-context==0.3.6
|
starlette-context~=0.3.6
|
||||||
litellm~=0.1.445
|
litellm~=0.1.445
|
||||||
boto3~=1.28.25
|
boto3~=1.28.25
|
||||||
google-cloud-storage==2.10.0
|
google-cloud-storage~=2.10.0
|
||||||
ujson==5.8.0
|
ujson~=5.8.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue