lajota13 commited on
Commit
0159669
·
verified ·
1 Parent(s): 0fb7c30

Upload 2 files

Browse files

added requirements

Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +16 -0
poetry.lock ADDED
The diff for this file is too large to render. See raw diff
 
pyproject.toml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [tool.poetry]
2
+ name = "parisforming"
3
+ version = "0.1.0"
4
+ description = ""
5
+ authors = ["Giacomo Bubba <giacobub@gmail.com>"]
6
+ readme = "README.md"
7
+
8
+ [tool.poetry.dependencies]
9
+ python = ">=3.10"
10
+ streamlit = "^1.45.1"
11
+ openai = "^1.82.0"
12
+
13
+
14
+ [build-system]
15
+ requires = ["poetry-core"]
16
+ build-backend = "poetry.core.masonry.api"