HaLim commited on
Commit ·
2dcfbae
1
Parent(s): 363563b
other configs such as init
Browse files- pyproject.toml +0 -19
- streamlit_page/__init__.py +1 -0
pyproject.toml
DELETED
|
@@ -1,19 +0,0 @@
|
|
| 1 |
-
[project]
|
| 2 |
-
name = "supply-roster-tool-real"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = ""
|
| 5 |
-
authors = [
|
| 6 |
-
{name = "HaLim Jun",email = "hjun@unicef.org"}
|
| 7 |
-
]
|
| 8 |
-
license = {text = "MIT"}
|
| 9 |
-
readme = "README.md"
|
| 10 |
-
requires-python = ">=3.10,<3.11"
|
| 11 |
-
dependencies = [
|
| 12 |
-
"pandas>=2.1.3",
|
| 13 |
-
"or-tools>=10.0.0",
|
| 14 |
-
]
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
[build-system]
|
| 18 |
-
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
| 19 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
streamlit_page/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# Streamlit page package
|