Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "core-stars-csv-updater" | |
version = "0.1.0" | |
description = "Load a CSV file, specify the column with the user's Telegram ID, and receive a CSV in return showing whether each person belongs to the Telegram Core Stars group" | |
authors = ["Omar U. Espejel <espejelomar@gmail.com>"] | |
readme = "README.md" | |
packages = [{include = "core_stars_csv_updater"}] | |
[tool.poetry.dependencies] | |
python = "^3.11" | |
pandas = "^2.1.3" | |
gradio = "^4.7.1" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |