Lslightly/gitlab-issue-bot
0
1[project]2name = "gitlab-scripts"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8 "dotenv>=0.9.9",9 "fastapi>=0.117.1",10 "langchain-community>=0.3.29",11 "langchain-openai>=0.3.33",12 "pandas>=2.3.2",13 "python-gitlab>=6.3.0",14 "uvicorn>=0.37.0",15]16 