Spaces:
Running
Running
Upload 3 files
Browse files- poetry.lock +15 -1
- pyproject.toml +2 -1
poetry.lock
CHANGED
|
@@ -3943,6 +3943,20 @@ watchdog = {version = ">=2.1.5,<6", markers = "platform_system != \"Darwin\""}
|
|
| 3943 |
[package.extras]
|
| 3944 |
snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"]
|
| 3945 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3946 |
[[package]]
|
| 3947 |
name = "sympy"
|
| 3948 |
version = "1.13.1"
|
|
@@ -4662,4 +4676,4 @@ files = [
|
|
| 4662 |
[metadata]
|
| 4663 |
lock-version = "2.0"
|
| 4664 |
python-versions = "^3.10"
|
| 4665 |
-
content-hash = "
|
|
|
|
| 3943 |
[package.extras]
|
| 3944 |
snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"]
|
| 3945 |
|
| 3946 |
+
[[package]]
|
| 3947 |
+
name = "streamlit-tags"
|
| 3948 |
+
version = "1.2.8"
|
| 3949 |
+
description = "Tags custom component for Streamlit"
|
| 3950 |
+
optional = false
|
| 3951 |
+
python-versions = ">=3.6"
|
| 3952 |
+
files = [
|
| 3953 |
+
{file = "streamlit_tags-1.2.8-py3-none-any.whl", hash = "sha256:c71b10666f3fce67d8e0b3c089aa50dc48830d310223fb88005b08f157586f95"},
|
| 3954 |
+
{file = "streamlit_tags-1.2.8.tar.gz", hash = "sha256:9ea46b21f206dc73164e59e3c800a96c863c90af57afde20115f001a6d986583"},
|
| 3955 |
+
]
|
| 3956 |
+
|
| 3957 |
+
[package.dependencies]
|
| 3958 |
+
streamlit = ">=0.63"
|
| 3959 |
+
|
| 3960 |
[[package]]
|
| 3961 |
name = "sympy"
|
| 3962 |
version = "1.13.1"
|
|
|
|
| 4676 |
[metadata]
|
| 4677 |
lock-version = "2.0"
|
| 4678 |
python-versions = "^3.10"
|
| 4679 |
+
content-hash = "26496e6701df239a6199b58a97f4a90f7cae25e68cc4e1f6a196b253c4152603"
|
pyproject.toml
CHANGED
|
@@ -4,6 +4,7 @@ version = "0.1.0"
|
|
| 4 |
description = ""
|
| 5 |
authors = ["Presidio"]
|
| 6 |
readme = "index.md"
|
|
|
|
| 7 |
|
| 8 |
[tool.poetry.dependencies]
|
| 9 |
python = "^3.10"
|
|
@@ -14,6 +15,7 @@ streamlit = "^1.39.0"
|
|
| 14 |
pandas = "^2.2.3"
|
| 15 |
python-dotenv = "^1.0.1"
|
| 16 |
st-annotated-text = "^4.0.1"
|
|
|
|
| 17 |
flair = "^0.14.0"
|
| 18 |
openai = "^1.53.0"
|
| 19 |
azure-ai-textanalytics = "^5.3.0"
|
|
@@ -24,4 +26,3 @@ en_core_web_lg = {url = "https://github.com/explosion/spacy-models/releases/down
|
|
| 24 |
requires = ["poetry-core"]
|
| 25 |
build-backend = "poetry.core.masonry.api"
|
| 26 |
|
| 27 |
-
package-mode = false
|
|
|
|
| 4 |
description = ""
|
| 5 |
authors = ["Presidio"]
|
| 6 |
readme = "index.md"
|
| 7 |
+
package-mode = false
|
| 8 |
|
| 9 |
[tool.poetry.dependencies]
|
| 10 |
python = "^3.10"
|
|
|
|
| 15 |
pandas = "^2.2.3"
|
| 16 |
python-dotenv = "^1.0.1"
|
| 17 |
st-annotated-text = "^4.0.1"
|
| 18 |
+
streamlit-tags = "^1.2.8"
|
| 19 |
flair = "^0.14.0"
|
| 20 |
openai = "^1.53.0"
|
| 21 |
azure-ai-textanalytics = "^5.3.0"
|
|
|
|
| 26 |
requires = ["poetry-core"]
|
| 27 |
build-backend = "poetry.core.masonry.api"
|
| 28 |
|
|
|