TeresaK commited on
Commit
ce4f3b8
1 Parent(s): a71fc80

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -23
pyproject.toml DELETED
@@ -1,23 +0,0 @@
1
- [tool.poetry]
2
- name = "plastic-treaty-app"
3
- version = "0.1.0"
4
- description = ""
5
- authors = ["Rahkakavee Baskaran <rahkakavee.baskaran@cause-effect.io>"]
6
- readme = "README.md"
7
-
8
-
9
- [tool.poetry.dependencies]
10
- python = "^3.10"
11
- streamlit = "^1.30.0"
12
- farm-haystack = "^1.23.0"
13
- pydantic = "<2"
14
- load-dotenv = "^0.1.0"
15
- torch = "^2.1.2"
16
- nltk = "^3.8.1"
17
- sentence-transformers = "^2.2.2"
18
- langchain = "^0.1.9"
19
-
20
-
21
- [build-system]
22
- requires = ["poetry-core"]
23
- build-backend = "poetry.core.masonry.api"