shollercoaster commited on
Commit
d2f2062
·
1 Parent(s): cb1e3bf

Upload pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +14 -0
pyproject.toml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "dynamic-pricing"
3
+ version = "0.1.0"
4
+
5
+ [tool.poetry]
6
+ name = "dynamic-pricing"
7
+ version = "0.1.0"
8
+
9
+ [build-system]
10
+ requires = ["poetry-core>=1.0.0"]
11
+ build-backend = "poetry.core.masonry.api"
12
+
13
+ [tool.poetry.dependencies]
14
+ python = "^3.10" # Adjust the Python version as needed