|
| 1 | +[project] |
| 2 | +name = "ksivpn-telegram-bot" |
| 3 | +version = "1.0.2" |
| 4 | +description = "Multifunctional telegram bot for ksiVPN project based on aiogram framework." |
| 5 | +authors = [ |
| 6 | + {name = "exmanka",email = "exmanka@gmail.com"} |
| 7 | +] |
| 8 | +license = {text = "BSD-3-Clause"} |
| 9 | +readme = "README.md" |
| 10 | +requires-python = "~=3.10" |
| 11 | +dependencies = [ |
| 12 | + "aiofiles (==23.2.1)", |
| 13 | + "aiogram (==2.25.1)", |
| 14 | + "aiohttp (==3.8.6)", |
| 15 | + "aiosignal (==1.3.1)", |
| 16 | + "annotated-types (==0.6.0)", |
| 17 | + "anyio (==4.2.0)", |
| 18 | + "apscheduler (==3.10.4)", |
| 19 | + "asgiref (==3.7.2)", |
| 20 | + "async-property (==0.2.2)", |
| 21 | + "async-timeout (==4.0.3)", |
| 22 | + "asyncpg (==0.29.0)", |
| 23 | + "asyncstdlib (==3.12.0)", |
| 24 | + "attrs (==23.2.0)", |
| 25 | + "babel (==2.9.1)", |
| 26 | + "beautifulsoup4 (==4.12.2)", |
| 27 | + "blinker (==1.7.0)", |
| 28 | + "browser-cookie3 (==0.19.1)", |
| 29 | + "bs4 (==0.0.1)", |
| 30 | + "certifi (==2023.11.17)", |
| 31 | + "cffi (==1.16.0)", |
| 32 | + "charset-normalizer (==3.3.2)", |
| 33 | + "click (==8.1.7)", |
| 34 | + "curl-cffi (==0.6.0b7)", |
| 35 | + "duckduckgo-search (==4.1.1)", |
| 36 | + "exceptiongroup (==1.2.0)", |
| 37 | + "fastapi (==0.108.0)", |
| 38 | + "flask (==3.0.0)", |
| 39 | + "frozenlist (==1.4.1)", |
| 40 | + "g4f (==0.1.9.3)", |
| 41 | + "h11 (==0.14.0)", |
| 42 | + "idna (==3.6)", |
| 43 | + "itsdangerous (==2.1.2)", |
| 44 | + "jeepney (==0.8.0)", |
| 45 | + "jinja2 (==3.1.2)", |
| 46 | + "js2py (==0.74)", |
| 47 | + "loguru (==0.7.2)", |
| 48 | + "lxml (==5.0.0)", |
| 49 | + "lz4 (==4.3.3)", |
| 50 | + "magic-filter (==1.0.12)", |
| 51 | + "markupsafe (==2.1.3)", |
| 52 | + "mmh3 (==4.0.1)", |
| 53 | + "multidict (==6.0.4)", |
| 54 | + "nest-asyncio (==1.5.8)", |
| 55 | + "numpy (==1.26.3)", |
| 56 | + "outcome (==1.3.0.post0)", |
| 57 | + "pillow (==10.2.0)", |
| 58 | + "platformdirs (==4.1.0)", |
| 59 | + "py-arkose-generator (==0.0.0.2)", |
| 60 | + "pycparser (==2.21)", |
| 61 | + "pycryptodome (==3.19.1)", |
| 62 | + "pycryptodomex (==3.19.1)", |
| 63 | + "pydantic (==2.5.2)", |
| 64 | + "pydantic-core (==2.14.5)", |
| 65 | + "pyexecjs (==1.5.1)", |
| 66 | + "pyjsparser (==2.7.1)", |
| 67 | + "pysocks (==1.7.1)", |
| 68 | + "pytz (==2023.3.post1)", |
| 69 | + "requests (==2.31.0)", |
| 70 | + "selenium (==4.16.0)", |
| 71 | + "six (==1.16.0)", |
| 72 | + "sniffio (==1.3.0)", |
| 73 | + "sortedcontainers (==2.4.0)", |
| 74 | + "soupsieve (==2.5)", |
| 75 | + "starlette (==0.32.0.post1)", |
| 76 | + "trio (==0.23.2)", |
| 77 | + "trio-websocket (==0.11.1)", |
| 78 | + "typing-extensions (==4.9.0)", |
| 79 | + "tzlocal (==5.2)", |
| 80 | + "undetected-chromedriver (==3.5.4)", |
| 81 | + "urllib3 (==2.1.0)", |
| 82 | + "uvicorn (==0.25.0)", |
| 83 | + "waitress (==2.1.2)", |
| 84 | + "websockets (==12.0)", |
| 85 | + "werkzeug (==3.0.1)", |
| 86 | + "wsproto (==1.2.0)", |
| 87 | + "yarl (==1.9.4)" |
| 88 | +] |
| 89 | + |
| 90 | +[tool.poetry] |
| 91 | +package-mode = false |
| 92 | + |
| 93 | +[project.urls] |
| 94 | +homepage = "https://github.com/exmanka" |
| 95 | +repository = "https://github.com/exmanka/ksiVPN-telegram-bot" |
| 96 | + |
| 97 | +[build-system] |
| 98 | +requires = ["poetry-core>=2.0.0,<3.0.0"] |
| 99 | +build-backend = "poetry.core.masonry.api" |
0 commit comments