Spaces:
Runtime error
Runtime error
File size: 533 Bytes
266c6a7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[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"
|