RoyAalekh commited on
Commit
99215aa
·
1 Parent(s): 77f6ef6

fixing pyporject for streamlit cloud deployment

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml CHANGED
@@ -37,6 +37,9 @@ dev = [
37
  "hypothesis>=6.0",
38
  "mypy>=1.11"
39
  ]
 
 
 
40
 
41
  [project.scripts]
42
  court-scheduler = "cli.main:app"
 
37
  "hypothesis>=6.0",
38
  "mypy>=1.11"
39
  ]
40
+ [tool.poetry]
41
+ package-mode = false
42
+
43
 
44
  [project.scripts]
45
  court-scheduler = "cli.main:app"