[project] name = "jigaido-telegram-bot" version = "0.1.0" description = "Telegram bounty tracker for JIGAIDO" requires-python = ">=3.10" dependencies = [ "python-telegram-bot>=21.6", "dateparser>=1.2.0", ] [project.optional-dependencies] dev = [ "pytest>=8.3.5", "pytest-asyncio>=0.25.2", ] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] asyncio_mode = "auto"